Home
last modified time | relevance | path

Searched refs:physicalSlots (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java976 int[] physicalSlots = (int[]) request.argument; in handleMessage() local
978 UiccController.getInstance().switchSlots(physicalSlots, onCompleted); in handleMessage()
6453 public boolean switchSlots(int[] physicalSlots) { in switchSlots() argument
6458 return (Boolean) sendRequest(CMD_SWITCH_SLOTS, physicalSlots); in switchSlots()