Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DUiccSlotUtil.java147 private static void switchSlots(Context context, int... physicalSlots) in switchSlots() argument
155 if (!telMgr.switchSlots(physicalSlots)) { in switchSlots()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioConfig.java451 public void setSimSlotsMapping(int[] physicalSlots, Message result) { in setSimSlotsMapping() argument
459 + " " + Arrays.toString(physicalSlots)); in setSimSlotsMapping()
464 primitiveArrayToArrayList(physicalSlots)); in setSimSlotsMapping()
H A DCommandsInterface.java1964 void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result); in setLogicalToPhysicalSlotMapping() argument
H A DRIL.java734 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java368 public void switchSlots(int[] physicalSlots, Message response) { in switchSlots() argument
369 logWithLocalLog("switchSlots: " + Arrays.toString(physicalSlots)); in switchSlots()
370 mRadioConfig.setSimSlotsMapping(physicalSlots, response); in switchSlots()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java62 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java61 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1749 boolean switchSlots(in int[] physicalSlots); in switchSlots() argument
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommandsVerifier.java1247 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
H A DSimulatedCommands.java247 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java1493 int[] physicalSlots = (int[]) request.argument; in handleMessage() local
1495 UiccController.getInstance().switchSlots(physicalSlots, onCompleted); in handleMessage()
8848 public boolean switchSlots(int[] physicalSlots) { in switchSlots() argument
8853 return (Boolean) sendRequest(CMD_SWITCH_SLOTS, physicalSlots); in switchSlots()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4004 public boolean switchSlots(int[] physicalSlots) { in switchSlots() argument
4010 return telephony.switchSlots(physicalSlots); in switchSlots()