Searched defs:sw1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccIoResult.java24 public int sw1; field in class:IccIoResult
29 public IccIoResult(int sw1, int sw2, byte[] payload) { argument
30 this.sw1 = sw1;
35 public IccIoResult(int sw1, int sw2, String hexString) { argument
36 this(sw1, sw2, IccUtils.hexStringToBytes(hexString));
40 return "IccIoResponse sw1:0x" + Integer.toHexString(sw1) + " sw2:0x"
50 return sw1 == 0x90 || sw1
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java80 * @param sw1 simulated SW1 status to return
84 synchronized void expectSendEnvelope(String contents, int sw1, int sw2, String response) { argument
88 mExpectingSendEnvelopeResponseSw1 = sw1;

Completed in 852 milliseconds