Searched refs:oldSubId (Results 1 – 2 of 2) sorted by relevance
154 final Integer oldSubId = mActiveSubscriptions.put(phoneId, subId); in maybeUpdateSubscriptionMapping() local155 if (oldSubId == null || oldSubId == subId) { in maybeUpdateSubscriptionMapping()160 mSubscriptionState.remove(oldSubId); in maybeUpdateSubscriptionMapping()161 mSafetySource.clearNullCipherState(context, oldSubId); in maybeUpdateSubscriptionMapping()
510 int oldSubId = mSlotIdToSubIdMap.get(slotID, PLACEHOLDER_SUBSCRIPTION_ID_BASE); in changeImsServiceFeatures() local512 if (oldSubId != newSubId) { in changeImsServiceFeatures()514 mLocalLog.log("subId changed for slot: " + slotID + ", " + oldSubId + " -> " in changeImsServiceFeatures()516 Log.i(LOG_TAG, "subId changed for slot: " + slotID + ", " + oldSubId + " -> " in changeImsServiceFeatures()