Searched refs:physicalSlots (Results 1 – 10 of 10) sorted by relevance
451 public void setSimSlotsMapping(int[] physicalSlots, Message result) { in setSimSlotsMapping() argument459 + " " + Arrays.toString(physicalSlots)); in setSimSlotsMapping()464 primitiveArrayToArrayList(physicalSlots)); in setSimSlotsMapping()
1953 void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result); in setLogicalToPhysicalSlotMapping() argument
731 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
368 public void switchSlots(int[] physicalSlots, Message response) { in switchSlots() argument369 logWithLocalLog("switchSlots: " + Arrays.toString(physicalSlots)); in switchSlots()370 mRadioConfig.setSimSlotsMapping(physicalSlots, response); in switchSlots()
61 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
62 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
1749 boolean switchSlots(in int[] physicalSlots); in switchSlots() argument
1247 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
246 public void setLogicalToPhysicalSlotMapping(int[] physicalSlots, Message result) { in setLogicalToPhysicalSlotMapping() argument
4003 public boolean switchSlots(int[] physicalSlots) { in switchSlots() argument4009 return telephony.switchSlots(physicalSlots); in switchSlots()