Home
last modified time | relevance | path

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

/cts/tests/tests/telephony4/src/android/telephony4/cts/
DSimRestrictedApisTest.java85 mTelephonyManager.iccOpenLogicalChannel("").getChannel()); in testIccOpenLogicalChannel()
102 mTelephonyManager.iccOpenLogicalChannel("").getChannel()); in testIccOpenLogicalChannelBySlot()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java680 IccOpenLogicalChannelResponse response = mTelephonyManager.iccOpenLogicalChannel(""); in testIccOpenLogicalChannel()
695 IccOpenLogicalChannelResponse response = mTelephonyManager.iccOpenLogicalChannel("", p2); in testIccOpenLogicalChannelWithValidP2()
713 mTelephonyManager.iccOpenLogicalChannel("", p2); in testIccOpenLogicalChannelWithInvalidP2()
728 IccOpenLogicalChannelResponse response = mTelephonyManager.iccOpenLogicalChannel(""); in testIccCloseLogicalChannel()
752 mTelephonyManager.iccOpenLogicalChannel(""); in testIccTransmitApduLogicalChannel()
821 mTelephonyManager.iccOpenLogicalChannel(""); in testIccTransmitApduLogicalChannelWithInvalidInputs()
905 IccOpenLogicalChannelResponse iccOpenLogicalChannel = in testApduFileRead() local
906 mTelephonyManager.iccOpenLogicalChannel(""); in testApduFileRead()
907 final int logicalChannel = iccOpenLogicalChannel.getChannel(); in testApduFileRead()