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