Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DUiccSlotUtil.java153 int inactiveRemovableSlot = getInactiveRemovableSlot(telMgr.getUiccSlotsInfo(), slotId); in switchToRemovableSlot()
304 private static int getInactiveRemovableSlot(UiccSlotInfo[] slots, int slotId) in getInactiveRemovableSlot() method in UiccSlotUtil