Searched defs:networkMisc (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkAgentInfo.java118 public final NetworkMisc networkMisc; field in class:NetworkAgentInfo
188 networkMisc = misc;
230 if (networkMisc.explicitlySelected && (networkMisc.acceptUnvalidated || pretendValidated)) {
265 final String subscriberId = (networkMisc != null) ? networkMisc.subscriberId : null;
279 "explicitlySelected{" + networkMisc.explicitlySelected + "} " +
280 "acceptUnvalidated{" + networkMisc.acceptUnvalidated + "} " +
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java831 int currentScore, NetworkMisc networkMisc) {
835 // mContext, mTrackerHandler, new NetworkMisc(networkMisc), mDefaultRequest, this);
829 registerNetworkAgent(Messenger messenger, NetworkInfo networkInfo, LinkProperties linkProperties, NetworkCapabilities networkCapabilities, int currentScore, NetworkMisc networkMisc) argument
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2088 if (nai.everConnected && !nai.networkMisc.explicitlySelected) {
2091 nai.networkMisc.explicitlySelected = true;
2092 nai.networkMisc.acceptUnvalidated = (boolean) msg.obj;
2164 (PendingIntent)msg.obj, nai.networkMisc.explicitlySelected);
2513 if (!nai.networkMisc.explicitlySelected) {
2517 if (accept != nai.networkMisc.acceptUnvalidated) {
2519 nai.networkMisc.acceptUnvalidated = accept;
2553 !nai.networkMisc.explicitlySelected || nai.networkMisc.acceptUnvalidated) {
4225 int currentScore, NetworkMisc networkMisc) {
4223 registerNetworkAgent(Messenger messenger, NetworkInfo networkInfo, LinkProperties linkProperties, NetworkCapabilities networkCapabilities, int currentScore, NetworkMisc networkMisc) argument
[all...]

Completed in 107 milliseconds