Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DUiccSlotUtil.java128 switchSlots(context, slotId); in performSwitchToRemovableSlot()
147 private static void switchSlots(Context context, int... physicalSlots) in switchSlots() method in UiccSlotUtil
155 if (!telMgr.switchSlots(physicalSlots)) { in switchSlots()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java1406 UiccController.getInstance().switchSlots(physicalSlots, onCompleted); in handleMessage()
8672 public boolean switchSlots(int[] physicalSlots) { in switchSlots() method in PhoneInterfaceManager