Searched refs:getPhoneFromSlotIdOrThrowException (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 3716 private Phone getPhoneFromSlotIdOrThrowException(int slotIndex) { in getPhoneFromSlotIdOrThrowException() method in PhoneInterfaceManager 3747 return iccOpenLogicalChannelWithPermission(getPhoneFromSlotIdOrThrowException(slotIndex), in iccOpenLogicalChannelBySlot() 3789 return iccCloseLogicalChannelWithPermission(getPhoneFromSlotIdOrThrowException(slotIndex), in iccCloseLogicalChannelBySlot() 3832 getPhoneFromSlotIdOrThrowException(slotIndex), channel, cla, command, p1, p2, p3, in iccTransmitApduLogicalChannelBySlot() 3887 getPhoneFromSlotIdOrThrowException(slotIndex), callingPackage, cla, command, p1, in iccTransmitApduBasicChannelBySlot()
|