Home
last modified time | relevance | path

Searched refs:clearScores (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/net/
H A DINetworkScoreCache.aidl41 void clearScores(); in clearScores() method
H A DNetworkScoreManager.java330 public boolean clearScores() throws SecurityException { in clearScores() method in NetworkScoreManager
332 return mService.clearScores(); in clearScores()
529 public void clearScores() { in clearScores() method in NetworkScoreManager.NetworkScoreCallbackProxy
H A DINetworkScoreService.aidl42 boolean clearScores(); in clearScores() method
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkScoreServiceTest.java360 mNetworkScoreService.clearScores(); in testClearScores_notActiveScorer_noRequestNetworkScoresPermission()
373 mNetworkScoreService.clearScores(); in testClearScores_activeScorer_noRequestNetworkScoresPermission()
382 mNetworkScoreService.clearScores(); in testClearScores_activeScorer()
384 verify(mNetworkScoreCache).clearScores(); in testClearScores_activeScorer()
396 mNetworkScoreService.clearScores(); in testClearScores_notActiveScorer_hasRequestNetworkScoresPermission()
398 verify(mNetworkScoreCache).clearScores(); in testClearScores_notActiveScorer_hasRequestNetworkScoresPermission()
/aosp14/frameworks/base/wifi/tests/src/android/net/wifi/
H A DWifiNetworkScoreCacheTest.java129 mScoreCache.clearScores(); in isScoredNetworkShouldReturnFalseAfterClearScoresIsCalled()
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/
H A DWifiNetworkScoreCache.java119 @Override public final void clearScores() { in clearScores() method in WifiNetworkScoreCache
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DNetworkScoreService.java697 public boolean clearScores() { in clearScores() method in NetworkScoreService
804 networkScoreCache.clearScores(); in clearInternal()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt9483 …S, android.Manifest.permission.REQUEST_NETWORK_SCORES}) public boolean clearScores() throws java.l…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt32821 Landroid/net/INetworkScoreCache$Stub$Proxy;->clearScores()V
32830 Landroid/net/INetworkScoreCache;->clearScores()V
32833 Landroid/net/INetworkScoreService$Stub$Proxy;->clearScores()Z
32859 Landroid/net/INetworkScoreService;->clearScores()Z
33768 Landroid/net/wifi/WifiNetworkScoreCache;->clearScores()V