Searched refs:nrs (Results 1 – 5 of 5) sorted by relevance
785 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in updatePhoneType() local787 if (nrs != null && nrs.isInService() in updatePhoneType()940 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in getRegistrationInfo() local942 if (nrs != null) { in getRegistrationInfo()944 nrs.getAccessNetworkTechnology()); in getRegistrationInfo()945 int drs = regCodeToServiceState(nrs.getNetworkRegistrationState()); in getRegistrationInfo()
3763 NetworkRegistrationInfo nrs = getServiceState().getNetworkRegistrationInfo( in hasMatchedTetherApnSetting() local3765 if (nrs != null) { in hasMatchedTetherApnSetting()3767 .isTetheringDataProfileExisting(nrs.getAccessNetworkTechnology()); in hasMatchedTetherApnSetting()
488 for (NetworkRegistrationInfo nrs : state.getNetworkRegistrationInfoList()) { in assertServiceStateForFineAccessSanitization()489 assertEquals(nrs.getCellIdentity(), null); in assertServiceStateForFineAccessSanitization()
1393 NetworkRegistrationInfo nrs = new NetworkRegistrationInfo.Builder() in testRegisterForDataRegStateOrRatChange() local1399 sst.mSS.addNetworkRegistrationInfo(nrs); in testRegisterForDataRegStateOrRatChange()
3300 NetworkRegistrationInfo nrs = ss.getNetworkRegistrationInfo(3302 if (nrs != null) {3303 return nrs.getAccessNetworkTechnology();