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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccIoResult.java25 IccIoResult { class
178 public IccIoResult(int sw1, int sw2, byte[] payload) { method in class:IccIoResult
184 public IccIoResult(int sw1, int sw2, String hexString) { method in class:IccIoResult
190 return "IccIoResult sw1:0x" + Integer.toHexString(sw1) + " sw2:0x"

Completed in 46 milliseconds