Home
last modified time | relevance | path

Searched refs:nwReg (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1773 for (NetworkRegistrationInfo nwReg : ss.getNetworkRegistrationInfoList()) { in testNetworkRegistrationInfoRegisteredPlmn()
1774 if (nwReg.isRegistered() in testNetworkRegistrationInfoRegisteredPlmn()
1775 && nwReg.getTransportType() == AccessNetworkConstants.TRANSPORT_TYPE_WWAN) { in testNetworkRegistrationInfoRegisteredPlmn()
1777 String plmnId = nwReg.getRegisteredPlmn(); in testNetworkRegistrationInfoRegisteredPlmn()
1781 if (nwReg.getCellIdentity() instanceof android.telephony.CellIdentityCdma) { in testNetworkRegistrationInfoRegisteredPlmn()
1803 NetworkRegistrationInfo nwReg = mTelephonyManager.getServiceState() in testNetworkRegistrationInfoIsRoaming() local
1806 assertThat(nwReg).isNotNull(); in testNetworkRegistrationInfoIsRoaming()
1807 nwReg.isRoaming(); in testNetworkRegistrationInfoIsRoaming()
1821 NetworkRegistrationInfo nwReg = mTelephonyManager.getServiceState() in testNetworkRegistrationInfoGetRoamingType() local
1824 assertNotNull(nwReg); in testNetworkRegistrationInfoGetRoamingType()
[all …]