Searched defs:updateScores (Results 1 – 6 of 6) sorted by relevance
39 void updateScores(in List<ScoredNetwork> networks); in updateScores() method
303 public boolean updateScores(@NonNull ScoredNetwork[] networks) throws SecurityException { in updateScores() method in NetworkScoreManager473 void updateScores(@NonNull List<ScoredNetwork> networks); in updateScores() method495 public void updateScores(@NonNull List<ScoredNetwork> networks) { in updateScores() method in NetworkScoreManager.NetworkScoreCallbackProxy
35 boolean updateScores(in ScoredNetwork[] networks); in updateScores() method
91 @Override public final void updateScores(List<ScoredNetwork> networks) { in updateScores() method in WifiNetworkScoreCache
443 public boolean updateScores(ScoredNetwork[] networks) { in updateScores() method in NetworkScoreService
556 private boolean updateScores(WifiNetworkScoreCache scoreCache, long maxScoreCacheAgeMillis) { in updateScores() method in AccessPoint