Searched refs:nwReg (Results 1 – 1 of 1) sorted by relevance
2553 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() local2585 assertThat(nwReg).isNotNull(); in testNetworkRegistrationInfoIsRoaming()2586 nwReg.isRoaming(); in testNetworkRegistrationInfoIsRoaming()2599 NetworkRegistrationInfo nwReg = mTelephonyManager.getServiceState() in testNetworkRegistrationInfoGetRoamingType() local2602 assertNotNull(nwReg); in testNetworkRegistrationInfoGetRoamingType()[all …]