Searched refs:logicalChannel (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
D | CarrierApiTest.java | 831 final int logicalChannel = response.getChannel(); in testIccOpenLogicalChannel() local 835 mTelephonyManager.iccCloseLogicalChannel(logicalChannel); in testIccOpenLogicalChannel() 847 final int logicalChannel = response.getChannel(); in testIccOpenLogicalChannelWithValidP2() local 851 mTelephonyManager.iccCloseLogicalChannel(logicalChannel); in testIccOpenLogicalChannelWithValidP2() 865 final int logicalChannel = response.getChannel(); in testIccOpenLogicalChannelWithInvalidP2() local 866 assertThat(logicalChannel).isEqualTo(INVALID_CHANNEL); in testIccOpenLogicalChannelWithInvalidP2() 955 final int logicalChannel = iccOpenLogicalChannelResponse.getChannel(); in testIccTransmitApduLogicalChannel() local 966 logicalChannel, cla, COMMAND_STATUS, p1, p2, p3, data); in testIccTransmitApduLogicalChannel() 981 logicalChannel, cla, COMMAND_SELECT, p1, p2, p3, data); in testIccTransmitApduLogicalChannel() 999 logicalChannel, cla, COMMAND_GET_RESPONSE, p1, p2, p3, data); in testIccTransmitApduLogicalChannel() [all …]
|