Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DINetworkScoreCache.aidl41 void clearScores(); in clearScores() method
DINetworkScoreService.aidl42 boolean clearScores(); in clearScores() method
DNetworkScoreManager.java311 public boolean clearScores() throws SecurityException { in clearScores() method in NetworkScoreManager
313 return mService.clearScores(); in clearScores()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkScoreServiceTest.java359 mNetworkScoreService.clearScores(); in testClearScores_notActiveScorer_noRequestNetworkScoresPermission()
372 mNetworkScoreService.clearScores(); in testClearScores_activeScorer_noRequestNetworkScoresPermission()
381 mNetworkScoreService.clearScores(); in testClearScores_activeScorer()
383 verify(mNetworkScoreCache).clearScores(); in testClearScores_activeScorer()
395 mNetworkScoreService.clearScores(); in testClearScores_notActiveScorer_hasRequestNetworkScoresPermission()
397 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/android/net/wifi/
DWifiNetworkScoreCache.java118 @Override public final void clearScores() { in clearScores() method in WifiNetworkScoreCache
/frameworks/base/services/core/java/com/android/server/
DNetworkScoreService.java704 public boolean clearScores() { in clearScores() method in NetworkScoreService
818 networkScoreCache.clearScores(); in clearInternal()
/frameworks/base/api/
Dsystem-current.txt3112 method public boolean clearScores() throws java.lang.SecurityException;
/frameworks/base/config/
Dboot-image-profile.txt25938 HSPLandroid/net/INetworkScoreCache$Stub$Proxy;->clearScores()V
25940 HSPLandroid/net/INetworkScoreCache;->clearScores()V
25944 HSPLandroid/net/INetworkScoreService;->clearScores()Z
26680 HSPLandroid/net/wifi/WifiNetworkScoreCache;->clearScores()V
Dhiddenapi-public-dex.txt25640 Landroid/net/NetworkScoreManager;->clearScores()Z