Searched refs:KEY_REMOVABLE_SLOT_STATE (Results 1 – 1 of 1) sorted by relevance
57 private static final String KEY_REMOVABLE_SLOT_STATE = "removable_slot_state"; field in SimSlotChangeHandler292 return prefs.getInt(KEY_REMOVABLE_SLOT_STATE, UiccSlotInfo.CARD_STATE_INFO_ABSENT); in getLastRemovableSimSlotState()297 prefs.edit().putInt(KEY_REMOVABLE_SLOT_STATE, state).apply(); in setRemovableSimSlotState()