OSDN Git Service

Mark the INetworkScoreCache as oneway.
authorJeremy Joslin <jjoslin@google.com>
Mon, 23 Jan 2017 18:51:41 +0000 (10:51 -0800)
committerJeremy Joslin <jjoslin@google.com>
Mon, 23 Jan 2017 18:51:41 +0000 (10:51 -0800)
Test: built & run
Bug: 34522097
Change-Id: I7d2075febe6c3cdc24b56df255f8ba59e13322bf

core/java/android/net/INetworkScoreCache.aidl

index 35601ce..1da7d67 100644 (file)
@@ -34,7 +34,7 @@ import android.net.ScoredNetwork;
  * the current scores for each network for debugging purposes.
  * @hide
  */
-interface INetworkScoreCache
+oneway interface INetworkScoreCache
 {
     void updateScores(in List<ScoredNetwork> networks);