Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DNullCipherNotifier.java154 final Integer oldSubId = mActiveSubscriptions.put(phoneId, subId); in maybeUpdateSubscriptionMapping() local
155 if (oldSubId == null || oldSubId == subId) { in maybeUpdateSubscriptionMapping()
160 mSubscriptionState.remove(oldSubId); in maybeUpdateSubscriptionMapping()
161 mSafetySource.clearNullCipherState(context, oldSubId); in maybeUpdateSubscriptionMapping()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java510 int oldSubId = mSlotIdToSubIdMap.get(slotID, PLACEHOLDER_SUBSCRIPTION_ID_BASE); in changeImsServiceFeatures() local
512 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()