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.java1781 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() local
1814 assertThat(nwReg).isNotNull(); in testNetworkRegistrationInfoIsRoaming()
1815 nwReg.isRoaming(); in testNetworkRegistrationInfoIsRoaming()
1829 NetworkRegistrationInfo nwReg = mTelephonyManager.getServiceState() in testNetworkRegistrationInfoGetRoamingType() local
1832 assertNotNull(nwReg); in testNetworkRegistrationInfoGetRoamingType()
[all …]