Home
last modified time | relevance | path

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

/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java691 final int logicalChannel = response.getChannel(); in testIccOpenLogicalChannel() local
695 mTelephonyManager.iccCloseLogicalChannel(logicalChannel); in testIccOpenLogicalChannel()
706 final int logicalChannel = response.getChannel(); in testIccOpenLogicalChannelWithValidP2() local
710 mTelephonyManager.iccCloseLogicalChannel(logicalChannel); in testIccOpenLogicalChannelWithValidP2()
724 final int logicalChannel = response.getChannel(); in testIccOpenLogicalChannelWithInvalidP2() local
725 assertThat(logicalChannel).isEqualTo(INVALID_CHANNEL); in testIccOpenLogicalChannelWithInvalidP2()
776 final int logicalChannel = iccOpenLogicalChannelResponse.getChannel(); in testIccTransmitApduLogicalChannel() local
787 logicalChannel, cla, COMMAND_STATUS, p1, p2, p3, data); in testIccTransmitApduLogicalChannel()
802 logicalChannel, cla, COMMAND_SELECT, p1, p2, p3, data); in testIccTransmitApduLogicalChannel()
820 logicalChannel, cla, COMMAND_GET_RESPONSE, p1, p2, p3, data); in testIccTransmitApduLogicalChannel()
[all …]