Searched refs:networkAttributes (Results 1 – 5 of 5) sorted by relevance
436 NetworkAttributes networkAttributes = updateTrackedNetworksState(isConnected, network,438 String apn = networkAttributes.mApn;439 int type = networkAttributes.mType;442 capabilities = networkAttributes.mCapabilities;475 NetworkAttributes networkAttributes = mAvailableNetworkAttributes.get(network);476 if (networkAttributes != null) {478 networkAttributes.mCapabilities = capabilities;479 return networkAttributes;483 networkAttributes = new NetworkAttributes();484 networkAttributes.mCapabilities = capabilities;[all …]
149 mContextFixture.putStringArrayResource(com.android.internal.R.array.networkAttributes, in setUp()
2958 IAGnssRil_V2_0::NetworkAttributes networkAttributes = { in android_location_GnssNetworkConnectivityHandler_update_network_state() local2965 auto result = agnssRilIface_V2_0->updateNetworkState_2_0(networkAttributes); in android_location_GnssNetworkConnectivityHandler_update_network_state()
1042 com.android.internal.R.array.networkAttributes); in ConnectivityService()
398 when(mResources.getStringArray(com.android.internal.R.array.networkAttributes)). in MockContext()