Searched defs:physicalSlots (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioConfig.java263 public void setSimSlotsMapping(int[] physicalSlots, Message result) { argument
271 + " " + Arrays.toString(physicalSlots));
276 primitiveArrayToArrayList(physicalSlots));
H A DCommandsInterface.java1726 * @param physicalSlots Mapping from logical slots to physical slots.
1729 void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result); argument
H A DRIL.java554 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java265 public void switchSlots(int[] physicalSlots, Message response) { argument
266 mRadioConfig.setSimSlotsMapping(physicalSlots, response);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java59 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java58 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java207 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { argument
H A DSimulatedCommandsVerifier.java1206 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { argument
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2808 * example, passing the physicalSlots array [1, 0] means mapping the first item 1, which is
2813 * @param physicalSlots The content of the array represents the physical slot index. The array
2820 public boolean switchSlots(int[] physicalSlots) { argument
2826 return telephony.switchSlots(physicalSlots);

Completed in 3947 milliseconds