Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/sim/receivers/
DSimSlotChangeHandler.java96 int currentRemovableSlotState = removableSlotInfo.getCardStateInfo(); in onSlotsStatusChange() local
99 + currentRemovableSlotState); in onSlotsStatusChange()
102 && currentRemovableSlotState == UiccSlotInfo.CARD_STATE_INFO_PRESENT; in onSlotsStatusChange()
105 && currentRemovableSlotState == UiccSlotInfo.CARD_STATE_INFO_ABSENT; in onSlotsStatusChange()
108 setRemovableSimSlotState(mContext, currentRemovableSlotState); in onSlotsStatusChange()