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