Home
last modified time | relevance | path

Searched refs:nrs (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java782 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in updatePhoneType() local
784 if (nrs != null && nrs.isInService() in updatePhoneType()
933 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in getRegistrationInfo() local
935 if (nrs != null) { in getRegistrationInfo()
937 nrs.getAccessNetworkTechnology()); in getRegistrationInfo()
938 int drs = regCodeToServiceState(nrs.getRegistrationState()); in getRegistrationInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java5556 NetworkRegistrationInfo nrs = ss.getNetworkRegistrationInfo( in getDataRat() local
5558 if (nrs != null) { in getDataRat()
5559 return ServiceState.networkTypeToRilRadioTechnology(nrs.getAccessNetworkTechnology()); in getDataRat()
5567 NetworkRegistrationInfo nrs = ss.getNetworkRegistrationInfo( in getVoiceRat() local
5569 if (nrs != null) { in getVoiceRat()
5570 return ServiceState.networkTypeToRilRadioTechnology(nrs.getAccessNetworkTechnology()); in getVoiceRat()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1384 NetworkRegistrationInfo nrs = new NetworkRegistrationInfo.Builder() in testRegisterForDataRegStateOrRatChange() local
1390 sst.mSS.addNetworkRegistrationInfo(nrs); in testRegisterForDataRegStateOrRatChange()