Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java785 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in updatePhoneType() local
787 if (nrs != null && nrs.isInService() in updatePhoneType()
940 NetworkRegistrationInfo nrs = mSS.getNetworkRegistrationInfo( in getRegistrationInfo() local
942 if (nrs != null) { in getRegistrationInfo()
944 nrs.getAccessNetworkTechnology()); in getRegistrationInfo()
945 int drs = regCodeToServiceState(nrs.getNetworkRegistrationState()); in getRegistrationInfo()
DPhone.java3763 NetworkRegistrationInfo nrs = getServiceState().getNetworkRegistrationInfo( in hasMatchedTetherApnSetting() local
3765 if (nrs != null) { in hasMatchedTetherApnSetting()
3767 .isTetheringDataProfileExisting(nrs.getAccessNetworkTechnology()); in hasMatchedTetherApnSetting()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java488 for (NetworkRegistrationInfo nrs : state.getNetworkRegistrationInfoList()) { in assertServiceStateForFineAccessSanitization()
489 assertEquals(nrs.getCellIdentity(), null); in assertServiceStateForFineAccessSanitization()
DServiceStateTrackerTest.java1393 NetworkRegistrationInfo nrs = new NetworkRegistrationInfo.Builder() in testRegisterForDataRegStateOrRatChange() local
1399 sst.mSS.addNetworkRegistrationInfo(nrs); in testRegisterForDataRegStateOrRatChange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataNetwork.java3300 NetworkRegistrationInfo nrs = ss.getNetworkRegistrationInfo(
3302 if (nrs != null) {
3303 return nrs.getAccessNetworkTechnology();