Searched refs:physicalSlots (Results 1 – 10 of 10) sorted by relevance
366 public void setSimSlotsMapping(int[] physicalSlots, Message result) { in setSimSlotsMapping() argument374 + " " + Arrays.toString(physicalSlots)); in setSimSlotsMapping()379 primitiveArrayToArrayList(physicalSlots)); in setSimSlotsMapping()
1887 void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result); in setLogicalToPhysicalSlotMapping() argument
773 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
366 public void switchSlots(int[] physicalSlots, Message response) { in switchSlots() argument367 logWithLocalLog("switchSlots: " + Arrays.toString(physicalSlots)); in switchSlots()368 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
1841 boolean switchSlots(in int[] physicalSlots); in switchSlots() argument
1222 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
235 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
3785 public boolean switchSlots(int[] physicalSlots) { in switchSlots() argument3791 return telephony.switchSlots(physicalSlots); in switchSlots()