Searched refs:networkAttributes (Results 1 – 4 of 4) sorted by relevance
81 IAGnssRil::NetworkAttributes networkAttributes; in updateNetworkState() local82 networkAttributes.networkHandle = static_cast<int64_t>(networkHandle), in updateNetworkState()83 networkAttributes.isConnected = static_cast<bool>(connected), in updateNetworkState()84 networkAttributes.capabilities = static_cast<int32_t>(capabilities), in updateNetworkState()85 networkAttributes.apn = jniApn.c_str(); in updateNetworkState()87 auto status = mIAGnssRil->updateNetworkState(networkAttributes); in updateNetworkState()186 IAGnssRil_V2_0::NetworkAttributes networkAttributes = in updateNetworkState() local192 auto result = mAGnssRil_V2_0->updateNetworkState_2_0(networkAttributes); in updateNetworkState()
470 NetworkAttributes networkAttributes = updateTrackedNetworksState(isConnected, network,472 String apn = networkAttributes.mApn;473 int type = networkAttributes.mType;476 capabilities = networkAttributes.mCapabilities;508 NetworkAttributes networkAttributes = mAvailableNetworkAttributes.get(network);509 if (networkAttributes != null) {511 networkAttributes.mCapabilities = capabilities;512 return networkAttributes;516 networkAttributes = new NetworkAttributes();517 networkAttributes.mCapabilities = capabilities;[all …]
158 mContextFixture.putStringArrayResource(com.android.internal.R.array.networkAttributes, in setUp()
74735 Lcom/android/internal/R$array;->networkAttributes:I