Searched refs:newNrs (Results 1 – 2 of 2) sorted by relevance
52 NetworkRegistrationInfo newNrs = NetworkRegistrationInfo.CREATOR.createFromParcel(p); in testParcel() local53 assertEquals(nri, newNrs); in testParcel()
3054 NetworkRegistrationInfo newNrs = mNewSS.getNetworkRegistrationInfo( in pollStateDone() local3063 && (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()