Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkActivity.java87 int oldSubId = mCurSubscriptionId; in onNewIntent() local
89 mFragmentForceReload = (mCurSubscriptionId == oldSubId); in onNewIntent()
97 if (updateSubscriptionIndex != oldSubId || !doesIntentContainOptInAction(intent)) { in onNewIntent()
98 removeContactDiscoveryDialog(oldSubId); in onNewIntent()
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DTelephonyRcsService.java251 final int oldSubId = mSlotToAssociatedSubIds.get(slotId, in onCarrierConfigChangedForSlot() local
255 + ", oldSubId= " + oldSubId + ", subId=" + subId + ", existing feature=" in onCarrierConfigChangedForSlot()
273 if (oldSubId == subId) { in onCarrierConfigChangedForSlot()