Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A 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()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
H A DEuiccCardControllerTest.java98 when(mTelephonyManager.switchSlots(any())).thenReturn(true); in setUp()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1749 boolean switchSlots(in int[] physicalSlots); in switchSlots() method
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java368 public void switchSlots(int[] physicalSlots, Message response) { in switchSlots() method in UiccController
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4004 public boolean switchSlots(int[] physicalSlots) { in switchSlots() method in TelephonyManager
4010 return telephony.switchSlots(physicalSlots); in switchSlots()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java4091 UiccController.getInstance().switchSlots(new int[]{physicalSlotIndex}, null); in enablePhysicalSubscription()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java1495 UiccController.getInstance().switchSlots(physicalSlots, onCompleted); in handleMessage()
8848 public boolean switchSlots(int[] physicalSlots) { in switchSlots() method in PhoneInterfaceManager
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12103 …quiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE) public boolean switchSlots(int[]);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt87806 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->switchSlots([I)Z
88144 Lcom/android/internal/telephony/ITelephony;->switchSlots([I)Z