Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java647 Context context, int prevActivePhoneId, String iccId) { in updateInternalIccStateForInactiveSlot() argument
648 if (SubscriptionManager.isValidPhoneId(prevActivePhoneId)) { in updateInternalIccStateForInactiveSlot()
652 telephonyManager.setSimStateForPhone(prevActivePhoneId, in updateInternalIccStateForInactiveSlot()
658 subInfoUpdator.updateInternalIccStateForInactiveSlot(prevActivePhoneId, iccId); in updateInternalIccStateForInactiveSlot()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java218 public void updateInternalIccStateForInactiveSlot(int prevActivePhoneId, String iccId) { in updateInternalIccStateForInactiveSlot() argument
219 sendMessage(obtainMessage(EVENT_INACTIVE_SLOT_ICC_STATE_CHANGED, prevActivePhoneId, in updateInternalIccStateForInactiveSlot()