Searched defs:score (Results 26 - 31 of 31) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java2057 NetworkCapabilities nc, LinkProperties lp, int score, NetworkMisc misc) {
2058 super(l, c, TAG, ni, nc, lp, score, misc);
2056 DcNetworkAgent(Looper l, Context c, String TAG, NetworkInfo ni, NetworkCapabilities nc, LinkProperties lp, int score, NetworkMisc misc) argument
/frameworks/base/core/java/android/hardware/
H A DCamera.java1765 public int score; field in class:Camera.Face
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1964 Integer score = (Integer) msg.obj;
1965 if (score != null) updateNetworkScore(nai, score.intValue());
2020 // If score has changed, rebroadcast to NetworkFactories. b/17726566
2134 // because they lost all their requests or because their score isn't good)
4055 private void sendUpdatedScoreToFactories(NetworkRequest networkRequest, int score) { argument
4056 if (VDBG) log("sending new Min Network Score(" + score + "): " + networkRequest.toString());
4058 nfi.asyncChannel.sendMessage(android.net.NetworkFactory.CMD_REQUEST_NETWORK, score, 0,
4173 // Handles a network appearing or improving its score.
4192 // If you need to handle decreases in score, us
4565 updateNetworkScore(NetworkAgentInfo nai, int score) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2015 const int score = ((localeScript[0] != 0) ? 1 : 0) + local
2021 return score - oScore;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java2648 sb.append(" sc=").append(mWifiInfo.score);
2864 sb.append(" sc=").append(mWifiInfo.score);
4091 // Polling has completed, hence we wont have a score anymore
4107 int score = 56; // Starting score, temporarily hardcoded in between 50 and 60
4131 * otherwise we end up lowering the score based on 5GHz values
4202 score = score - 5;
4222 score = score
5325 needNetworkFor(NetworkRequest networkRequest, int score) argument
5348 needNetworkFor(NetworkRequest networkRequest, int score) argument
7783 WifiNetworkAgent(Looper l, Context c, String TAG, NetworkInfo ni, NetworkCapabilities nc, LinkProperties lp, int score) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 625 milliseconds

12