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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccIoResult.java35 switch(sw1) {
173 public int sw1; field in class:IccIoResult
178 public IccIoResult(int sw1, int sw2, byte[] payload) { argument
179 this.sw1 = sw1;
184 public IccIoResult(int sw1, int sw2, String hexString) { argument
185 this(sw1, sw2, IccUtils.hexStringToBytes(hexString));
190 return "IccIoResult sw1:0x" + Integer.toHexString(sw1) + " sw2:0x"
202 return sw1
[all...]

Completed in 66 milliseconds