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.java2553 for (NetworkRegistrationInfo nwReg : ss.getNetworkRegistrationInfoList()) { in testNetworkRegistrationInfoRegisteredPlmn()
2554 if (nwReg.isRegistered() in testNetworkRegistrationInfoRegisteredPlmn()
2555 && nwReg.getTransportType() == AccessNetworkConstants.TRANSPORT_TYPE_WWAN) { in testNetworkRegistrationInfoRegisteredPlmn()
2557 String plmnId = nwReg.getRegisteredPlmn(); in testNetworkRegistrationInfoRegisteredPlmn()
2561 if (nwReg.getCellIdentity() instanceof android.telephony.CellIdentityCdma) { in testNetworkRegistrationInfoRegisteredPlmn()
2582 NetworkRegistrationInfo nwReg = mTelephonyManager.getServiceState() in testNetworkRegistrationInfoIsRoaming() local
2585 assertThat(nwReg).isNotNull(); in testNetworkRegistrationInfoIsRoaming()
2586 nwReg.isRoaming(); in testNetworkRegistrationInfoIsRoaming()
2599 NetworkRegistrationInfo nwReg = mTelephonyManager.getServiceState() in testNetworkRegistrationInfoGetRoamingType() local
2602 assertNotNull(nwReg); in testNetworkRegistrationInfoGetRoamingType()
[all …]