OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateScores
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/net/
INetworkScoreCache.aidl
30
*
updateScores
may follow but may not depending on the active scorer's implementation, and in
39
void
updateScores
(in List<ScoredNetwork> networks);
INetworkScoreService.aidl
33
boolean
updateScores
(in ScoredNetwork[] networks);
NetworkScoreManager.java
45
* 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 {
167
return mService.
updateScores
(networks);
/frameworks/base/services/core/java/com/android/server/
NetworkScoreService.java
259
public boolean
updateScores
(ScoredNetwork[] networks) {
281
scoreCache.
updateScores
(entry.getValue());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkScoreCache.java
53
@Override public final void
updateScores
(List<android.net.ScoredNetwork> networks) {
57
Log.e(TAG, "
updateScores
list size=" + networks.size());
/prebuilts/sdk/system_current/
android.jar
Completed in 610 milliseconds