Searched refs:oldNri (Results 1 – 2 of 2) sorted by relevance
124 NetworkRegistrationInfo oldNri = oldSS.getNetworkRegistrationInfo( in ratchet() local129 int newNetworkType = ratchetRat(oldNri.getAccessNetworkTechnology(), in ratchet()132 if (oldNri.isUsingCarrierAggregation()) newNri.setIsUsingCarrierAggregation(true); in ratchet()
3734 private boolean shouldReevaluateDataNetworks(@Nullable NetworkRegistrationInfo oldNri, in shouldReevaluateDataNetworks() argument3736 if (oldNri == null || newNri == null) return false; in shouldReevaluateDataNetworks()3743 if (oldNri.getAccessNetworkTechnology() != newNri.getAccessNetworkTechnology() in shouldReevaluateDataNetworks()3745 || (oldNri.isRoaming() != newNri.isRoaming())) { in shouldReevaluateDataNetworks()3749 if (oldNri.isNonTerrestrialNetwork() != newNri.isNonTerrestrialNetwork()) { in shouldReevaluateDataNetworks()3753 DataSpecificRegistrationInfo oldDsri = oldNri.getDataSpecificInfo(); in shouldReevaluateDataNetworks()3834 NetworkRegistrationInfo oldNri = mServiceState.getNetworkRegistrationInfo( in onServiceStateChanged() local3840 debugMessage.append(oldNri != null ? TelephonyManager.getNetworkTypeName( in onServiceStateChanged()3841 oldNri.getAccessNetworkTechnology()) : null); in onServiceStateChanged()3846 oldNri != null ? NetworkRegistrationInfo.registrationStateToString( in onServiceStateChanged()[all …]