Searched refs:sw2 (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccIoResult.java | 26 public int sw2; field in IccIoResult 30 public IccIoResult(int sw1, int sw2, byte[] payload) { in IccIoResult() argument 32 this.sw2 = sw2; in IccIoResult() 36 public IccIoResult(int sw1, int sw2, String hexString) { in IccIoResult() argument 37 this(sw1, sw2, IccUtils.hexStringToBytes(hexString)); in IccIoResult() 43 + Integer.toHexString(sw2); in toString() 63 if (sw2 == 0x08) { in getException() 69 return new IccException("sw1:" + sw1 + " sw2:" + sw2); in getException()
|
D | UiccCarrierPrivilegeRules.java | 406 if (response.sw1 == 0x90 && response.sw2 == 0x00 && in handleMessage() 425 " sw1=" + response.sw1 + " sw2=" + response.sw2; in handleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadHandler.java | 201 int sw2 = response.sw2; in sendSmsAckForEnvelopeResponse() local 204 if ((sw1 == 0x90 && sw2 == 0x00) || sw1 == 0x91) { in sendSmsAckForEnvelopeResponse() 207 } else if (sw1 == 0x93 && sw2 == 0x00) { in sendSmsAckForEnvelopeResponse()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 82 * @param sw2 simulated SW2 status to return 85 synchronized void expectSendEnvelope(String contents, int sw1, int sw2, String response) { 90 mExpectingSendEnvelopeResponseSw2 = sw2;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 3417 int sw1, sw2; in responseICC_IO() local 3421 sw2 = p.readInt(); in responseICC_IO() 3427 + " 0x" + Integer.toHexString(sw2) + " " in responseICC_IO() 3430 return new IccIoResult(sw1, sw2, s); in responseICC_IO() 3435 int sw1, sw2; in responseICC_IOBase64() local 3439 sw2 = p.readInt(); in responseICC_IOBase64() 3445 + " 0x" + Integer.toHexString(sw2) + " " in responseICC_IOBase64() 3448 return new IccIoResult(sw1, sw2, (s != null) in responseICC_IOBase64()
|
/frameworks/base/core/res/assets/webkit/ |
D | hyph_en_US.dic | 4663 sw2 8763 .sw2
|