Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java10069 List<UiccSlotMapping> slotMappings = new ArrayList<>(); in switchSlots() local
10072 slotMappings.add(new UiccSlotMapping(TelephonyManager.DEFAULT_PORT_INDEX, in switchSlots()
10075 return (Boolean) sendRequest(CMD_SWITCH_SLOTS, slotMappings); in switchSlots()