Searched refs:physicalSlots (Results 1 – 1 of 1) sorted by relevance
976 int[] physicalSlots = (int[]) request.argument; in handleMessage() local978 UiccController.getInstance().switchSlots(physicalSlots, onCompleted); in handleMessage()6453 public boolean switchSlots(int[] physicalSlots) { in switchSlots() argument6458 return (Boolean) sendRequest(CMD_SWITCH_SLOTS, physicalSlots); in switchSlots()