Searched refs:logicalChannel (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
D | CarrierApiTest.java | 681 final int logicalChannel = response.getChannel(); in testIccOpenLogicalChannel() local 685 mTelephonyManager.iccCloseLogicalChannel(logicalChannel); in testIccOpenLogicalChannel() 696 final int logicalChannel = response.getChannel(); in testIccOpenLogicalChannelWithValidP2() local 700 mTelephonyManager.iccCloseLogicalChannel(logicalChannel); in testIccOpenLogicalChannelWithValidP2() 714 final int logicalChannel = response.getChannel(); in testIccOpenLogicalChannelWithInvalidP2() local 715 assertThat(logicalChannel).isEqualTo(INVALID_CHANNEL); in testIccOpenLogicalChannelWithInvalidP2() 756 final int logicalChannel = iccOpenLogicalChannelResponse.getChannel(); in testIccTransmitApduLogicalChannel() local 767 logicalChannel, cla, COMMAND_STATUS, p1, p2, p3, data); in testIccTransmitApduLogicalChannel() 782 logicalChannel, cla, COMMAND_SELECT, p1, p2, p3, data); in testIccTransmitApduLogicalChannel() 800 logicalChannel, cla, COMMAND_GET_RESPONSE, p1, p2, p3, data); in testIccTransmitApduLogicalChannel() [all …]
|