Searched refs:networkAttributes (Results 1 – 9 of 9) sorted by relevance
325 NetworkAttributes networkAttributes = updateTrackedNetworksState(isConnected, network,327 String apn = networkAttributes.mApn;328 int type = networkAttributes.mType;331 capabilities = networkAttributes.mCapabilities;364 NetworkAttributes networkAttributes = mAvailableNetworkAttributes.get(network);365 if (networkAttributes != null) {367 networkAttributes.mCapabilities = capabilities;368 return networkAttributes;372 networkAttributes = new NetworkAttributes();373 networkAttributes.mCapabilities = capabilities;[all …]
65 com.android.internal.R.array.networkAttributes); in initApnPriorities()
1002 com.android.internal.R.array.networkAttributes); in initApnContexts()
110 mContextFixture.putStringArrayResource(com.android.internal.R.array.networkAttributes, in setUp()
467 mContextFixture.putStringArrayResource(com.android.internal.R.array.networkAttributes, in setUp()
954 mContextFixture.putStringArrayResource(com.android.internal.R.array.networkAttributes, in initialize()
2468 IAGnssRil_V2_0::NetworkAttributes networkAttributes = { in android_location_GnssNetworkConnectivityHandler_update_network_state() local2475 auto result = agnssRilIface_V2_0->updateNetworkState_2_0(networkAttributes); in android_location_GnssNetworkConnectivityHandler_update_network_state()
913 com.android.internal.R.array.networkAttributes); in ConnectivityService()
324 when(mResources.getStringArray(com.android.internal.R.array.networkAttributes)). in MockContext()