Searched refs:nwReg (Results 1 – 1 of 1) sorted by relevance
1781 for (NetworkRegistrationInfo nwReg : ss.getNetworkRegistrationInfoList()) { in testNetworkRegistrationInfoRegisteredPlmn()1782 if (nwReg.isRegistered() in testNetworkRegistrationInfoRegisteredPlmn()1783 && nwReg.getTransportType() == AccessNetworkConstants.TRANSPORT_TYPE_WWAN) { in testNetworkRegistrationInfoRegisteredPlmn()1785 String plmnId = nwReg.getRegisteredPlmn(); in testNetworkRegistrationInfoRegisteredPlmn()1789 if (nwReg.getCellIdentity() instanceof android.telephony.CellIdentityCdma) { in testNetworkRegistrationInfoRegisteredPlmn()1811 NetworkRegistrationInfo nwReg = mTelephonyManager.getServiceState() in testNetworkRegistrationInfoIsRoaming() local1814 assertThat(nwReg).isNotNull(); in testNetworkRegistrationInfoIsRoaming()1815 nwReg.isRoaming(); in testNetworkRegistrationInfoIsRoaming()1829 NetworkRegistrationInfo nwReg = mTelephonyManager.getServiceState() in testNetworkRegistrationInfoGetRoamingType() local1832 assertNotNull(nwReg); in testNetworkRegistrationInfoGetRoamingType()[all …]