Searched refs:COMMAND_GET_RESPONSE (Results 1 – 3 of 3) sorted by relevance
19 import static android.telephony.mockmodem.MockSimService.COMMAND_GET_RESPONSE;510 } else if (command == COMMAND_GET_RESPONSE) { in getIccIoResult()543 } else if (command == COMMAND_GET_RESPONSE) { in getIccIoResult()582 case COMMAND_GET_RESPONSE: in iccIoForApp()
41 public static final int COMMAND_GET_RESPONSE = 0xc0; field in MockSimService591 && Integer.parseInt(command.substring(2), 16) == COMMAND_GET_RESPONSE) { in storeEfData()603 && Integer.parseInt(command.substring(2), 16) == COMMAND_GET_RESPONSE) { in storeEfData()
140 private static final int COMMAND_GET_RESPONSE = 0xC0; field in CarrierApiTest877 logicalChannel, cla, COMMAND_GET_RESPONSE, p1, p2, p3, data); in testIccTransmitApduLogicalChannel()