Searched defs:scoreCache (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/base/core/java/android/net/ |
H A D | INetworkScoreService.aidl | 68 void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache, int filterType); in registerNetworkScoreCache() 78 void unregisterNetworkScoreCache(int networkType, INetworkScoreCache scoreCache); in unregisterNetworkScoreCache()
|
H A D | NetworkScoreManager.java | 433 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache() 449 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache, in registerNetworkScoreCache() 469 public void unregisterNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in unregisterNetworkScoreCache()
|
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/ |
H A D | NetworkRequestEntry.java | 44 @NonNull WifiNetworkScoreCache scoreCache, in NetworkRequestEntry()
|
H A D | PasspointWifiEntry.java | 107 @NonNull WifiNetworkScoreCache scoreCache, in PasspointWifiEntry() 134 @NonNull WifiNetworkScoreCache scoreCache, in PasspointWifiEntry()
|
H A D | MergedCarrierEntry.java | 52 @NonNull WifiNetworkScoreCache scoreCache, in MergedCarrierEntry()
|
H A D | OsuWifiEntry.java | 71 @NonNull WifiNetworkScoreCache scoreCache, in OsuWifiEntry()
|
H A D | Utils.java | 216 public static int getAverageSpeedFromScanResults(@NonNull WifiNetworkScoreCache scoreCache, in getAverageSpeedFromScanResults() 239 public static int getSpeedFromWifiInfo(@NonNull WifiNetworkScoreCache scoreCache, in getSpeedFromWifiInfo()
|
H A D | StandardWifiEntry.java | 135 @NonNull WifiNetworkScoreCache scoreCache, in StandardWifiEntry() 154 @NonNull WifiNetworkScoreCache scoreCache, in StandardWifiEntry()
|
H A D | WifiEntry.java | 253 @NonNull WifiNetworkScoreCache scoreCache, in WifiEntry()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
H A D | AccessPoint.java | 562 WifiNetworkScoreCache scoreCache, in update() 586 private boolean updateScores(WifiNetworkScoreCache scoreCache, long maxScoreCacheAgeMillis) { in updateScores() 666 private boolean updateMetered(WifiNetworkScoreCache scoreCache) { in updateMetered()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | NetworkScoreService.java | 816 INetworkScoreCache scoreCache, in registerNetworkScoreCache() 842 public void unregisterNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in unregisterNetworkScoreCache()
|
/aosp12/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/ |
H A D | WifiTrackerTest.java | 408 WifiNetworkScoreCache scoreCache = mScoreCacheCaptor.getValue(); in sendUpdatedScores() local 471 WifiNetworkScoreCache scoreCache = mScoreCacheCaptor.getValue(); in startAndStopTrackingShouldRegisterAndUnregisterScoreCache() local
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiNetworkSelectorTestUtil.java | 437 public static void configureScoreCache(WifiNetworkScoreCache scoreCache, in configureScoreCache()
|