Searched refs:nrs (Results 1 – 3 of 3) sorted by relevance
782 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in updatePhoneType() local784 if (nrs != null && nrs.isInService() in updatePhoneType()933 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in getRegistrationInfo() local935 if (nrs != null) { in getRegistrationInfo()937 nrs.getAccessNetworkTechnology()); in getRegistrationInfo()938 int drs = regCodeToServiceState(nrs.getRegistrationState()); in getRegistrationInfo()
5556 NetworkRegistrationInfo nrs = ss.getNetworkRegistrationInfo( in getDataRat() local5558 if (nrs != null) { in getDataRat()5559 return ServiceState.networkTypeToRilRadioTechnology(nrs.getAccessNetworkTechnology()); in getDataRat()5567 NetworkRegistrationInfo nrs = ss.getNetworkRegistrationInfo( in getVoiceRat() local5569 if (nrs != null) { in getVoiceRat()5570 return ServiceState.networkTypeToRilRadioTechnology(nrs.getAccessNetworkTechnology()); in getVoiceRat()
1384 NetworkRegistrationInfo nrs = new NetworkRegistrationInfo.Builder() in testRegisterForDataRegStateOrRatChange() local1390 sst.mSS.addNetworkRegistrationInfo(nrs); in testRegisterForDataRegStateOrRatChange()