Home
last modified time | relevance | path

Searched refs:newNrs (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkRegistrationInfoTest.java52 NetworkRegistrationInfo newNrs = NetworkRegistrationInfo.CREATOR.createFromParcel(p); in testParcel() local
53 assertEquals(nri, newNrs); in testParcel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3054 NetworkRegistrationInfo newNrs = mNewSS.getNetworkRegistrationInfo( in pollStateDone() local
3063 && (newNrs != null && newNrs.isInService()); in pollStateDone()
3067 && (newNrs == null || !newNrs.isInService()); in pollStateDone()
3072 int newRAT = newNrs != null ? newNrs.getAccessNetworkTechnology() in pollStateDone()
3081 int newRegState = newNrs != null ? newNrs.getRegistrationState() in pollStateDone()