Searched defs:sw2 (Results 1 – 4 of 4) sorted by relevance
26 public int sw2; field in IccIoResult30 public IccIoResult(int sw1, int sw2, byte[] payload) { in IccIoResult()36 public IccIoResult(int sw1, int sw2, String hexString) { in IccIoResult()
201 int sw2 = response.sw2; in sendSmsAckForEnvelopeResponse() local
3332 int sw1, sw2; in responseICC_IO() local3350 int sw1, sw2; in responseICC_IOBase64() local
85 synchronized void expectSendEnvelope(String contents, int sw1, int sw2, String response) { in expectSendEnvelope()