Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DINetworkScoreCache.aidl41 void clearScores(); in clearScores() method
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
DINetworkScoreService.aidl42 boolean clearScores(); in clearScores() method
/frameworks/base/services/tests/servicestests/src/com/android/server/
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()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiNetworkScoreCacheTest.java129 mScoreCache.clearScores(); in isScoredNetworkShouldReturnFalseAfterClearScoresIsCalled()
/frameworks/base/wifi/java/src/android/net/wifi/
DWifiNetworkScoreCache.java119 @Override public final void clearScores() { in clearScores() method in WifiNetworkScoreCache
/frameworks/base/services/core/java/com/android/server/
DNetworkScoreService.java697 public boolean clearScores() { in clearScores() method in NetworkScoreService
804 networkScoreCache.clearScores(); in clearInternal()
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt984 RequiresPermission: android.net.NetworkScoreManager#clearScores():
985 Method 'clearScores' documentation mentions permissions already declared by @RequiresPermission
Dtest-lint-baseline.txt1060 RequiresPermission: android.net.NetworkScoreManager#clearScores():
1061 Method 'clearScores' documentation mentions permissions already declared by @RequiresPermission
Dsystem-lint-baseline.txt1068 RequiresPermission: android.net.NetworkScoreManager#clearScores():
1069 Method 'clearScores' documentation mentions permissions already declared by @RequiresPermission
Dsystem-current.txt9674 …S, android.Manifest.permission.REQUEST_NETWORK_SCORES}) public boolean clearScores() throws java.l…
/frameworks/base/boot/hiddenapi/
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