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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccIoResult.java34 switch(sw1) {
166 public int sw1; field in class:IccIoResult
171 public IccIoResult(int sw1, int sw2, byte[] payload) { argument
172 this.sw1 = sw1;
177 public IccIoResult(int sw1, int sw2, String hexString) { argument
178 this(sw1, sw2, IccUtils.hexStringToBytes(hexString));
183 return "IccIoResult sw1:0x" + Integer.toHexString(sw1) + " sw2:0x"
193 return sw1
[all...]

Completed in 6 milliseconds