Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java3662 int slotIndex = getValidSlotIndexAndPort().getKey(); in testIccCloseLogicalChannelBySlotAndPort()
3663 int portIndex = getValidSlotIndexAndPort().getValue(); in testIccCloseLogicalChannelBySlotAndPort()
3697 int slotIndex = getValidSlotIndexAndPort().getKey(); in testIccTransmitApduLogicalChannelBySlot()
3721 int slotIndex = getValidSlotIndexAndPort().getKey(); in testIccTransmitApduLogicalChannelBySlotAndPort()
3722 int portIndex = getValidSlotIndexAndPort().getValue(); in testIccTransmitApduLogicalChannelBySlotAndPort()
3746 int slotIndex = getValidSlotIndexAndPort().getKey(); in testIccTransmitApduBasicChannelBySlot()
3773 int slotIndex = getValidSlotIndexAndPort().getKey(); in testIccTransmitApduBasicChannelBySlotAndPort()
3774 int portIndex = getValidSlotIndexAndPort().getValue(); in testIccTransmitApduBasicChannelBySlotAndPort()
5705 private Map.Entry<Integer, Integer> getValidSlotIndexAndPort() { in getValidSlotIndexAndPort() method in TelephonyManagerTest