Searched refs:updateScores (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
H A DINetworkScoreCache.aidl30 * updateScores may follow but may not depending on the active scorer's implementation, and in
39 void updateScores(in List<ScoredNetwork> networks);
H A DINetworkScoreService.aidl33 boolean updateScores(in ScoredNetwork[] networks);
H A DNetworkScoreManager.java45 * networks and (eventually) calls {@link #updateScores} with the results. If this receiver
52 * {@link #updateScores}. Applications may determine the current active scorer with
78 * calling {@link #updateScores} when complete. The networks to score are specified in
140 * broadcasts and be allowed to call {@link #updateScores}. Applications may use this method to
165 public boolean updateScores(ScoredNetwork[] networks) throws SecurityException { method in class:NetworkScoreManager
167 return mService.updateScores(networks);
/frameworks/base/services/core/java/com/android/server/
H A DNetworkScoreService.java259 public boolean updateScores(ScoredNetwork[] networks) { method in class:NetworkScoreService
281 scoreCache.updateScores(entry.getValue());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkScoreCache.java53 @Override public final void updateScores(List<android.net.ScoredNetwork> networks) { method in class:WifiNetworkScoreCache
57 Log.e(TAG, "updateScores list size=" + networks.size());

Completed in 124 milliseconds