/aosp12/packages/apps/Settings/src/com/android/settings/network/ |
H A D | UiccSlotUtil.java | 147 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 D | RadioConfig.java | 451 public void setSimSlotsMapping(int[] physicalSlots, Message result) { in setSimSlotsMapping() argument 459 + " " + Arrays.toString(physicalSlots)); in setSimSlotsMapping() 464 primitiveArrayToArrayList(physicalSlots)); in setSimSlotsMapping()
|
H A D | CommandsInterface.java | 1964 void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result); in setLogicalToPhysicalSlotMapping() argument
|
H A D | RIL.java | 734 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | UiccController.java | 368 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 D | ImsPhoneCommandInterface.java | 62 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
H A D | SipCommandInterface.java | 61 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ITelephony.aidl | 1749 boolean switchSlots(in int[] physicalSlots); in switchSlots() argument
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SimulatedCommandsVerifier.java | 1247 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
|
H A D | SimulatedCommands.java | 247 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 1493 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 D | TelephonyManager.java | 4004 public boolean switchSlots(int[] physicalSlots) { in switchSlots() argument 4010 return telephony.switchSlots(physicalSlots); in switchSlots()
|