Searched refs:physicalSlots (Results 1 – 9 of 9) sorted by relevance
366 public void setSimSlotsMapping(int[] physicalSlots, Message result) { in setSimSlotsMapping() argument374 + " " + Arrays.toString(physicalSlots)); in setSimSlotsMapping()379 primitiveArrayToArrayList(physicalSlots)); in setSimSlotsMapping()
1879 void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result); in setLogicalToPhysicalSlotMapping() argument
772 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
362 public void switchSlots(int[] physicalSlots, Message response) { in switchSlots() argument363 logWithLocalLog("switchSlots: " + Arrays.toString(physicalSlots)); in switchSlots()364 mRadioConfig.setSimSlotsMapping(physicalSlots, response); in switchSlots()
59 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
58 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
1854 boolean switchSlots(in int[] physicalSlots); in switchSlots() argument
1222 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
4096 public boolean switchSlots(int[] physicalSlots) { in switchSlots() argument4102 return telephony.switchSlots(physicalSlots); in switchSlots()