Searched refs:clearScores (Results 1 – 10 of 10) sorted by relevance
41 void clearScores(); in clearScores() method
42 boolean clearScores(); in clearScores() method
311 public boolean clearScores() throws SecurityException { in clearScores() method in NetworkScoreManager313 return mService.clearScores(); in clearScores()
359 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()
129 mScoreCache.clearScores(); in isScoredNetworkShouldReturnFalseAfterClearScoresIsCalled()
118 @Override public final void clearScores() { in clearScores() method in WifiNetworkScoreCache
704 public boolean clearScores() { in clearScores() method in NetworkScoreService818 networkScoreCache.clearScores(); in clearInternal()
3112 method public boolean clearScores() throws java.lang.SecurityException;
25938 HSPLandroid/net/INetworkScoreCache$Stub$Proxy;->clearScores()V25940 HSPLandroid/net/INetworkScoreCache;->clearScores()V25944 HSPLandroid/net/INetworkScoreService;->clearScores()Z26680 HSPLandroid/net/wifi/WifiNetworkScoreCache;->clearScores()V
25640 Landroid/net/NetworkScoreManager;->clearScores()Z