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

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

Completed in 49 milliseconds