HomeSort by relevance Sort by last modified time
    Searched refs:sw2 (Results 1 - 9 of 9) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccIoResult.java 25 public int sw2; field in class:IccIoResult
29 public IccIoResult(int sw1, int sw2, byte[] payload) {
31 this.sw2 = sw2;
35 public IccIoResult(int sw1, int sw2, String hexString) {
36 this(sw1, sw2, IccUtils.hexStringToBytes(hexString));
40 return "IccIoResponse sw1:0x" + Integer.toHexString(sw1) + " sw2:0x"
41 + Integer.toHexString(sw2);
61 if (sw2 == 0x08) {
67 return new IccException("sw1:" + sw1 + " sw2:" + sw2)
    [all...]
RIL.java 2915 int sw1, sw2; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
UsimDataDownloadHandler.java 159 * UICC SW1 and SW2 status bytes.
163 int sw2 = response.sw2; local
166 if ((sw1 == 0x90 && sw2 == 0x00) || sw1 == 0x91) {
169 } else if (sw1 == 0x93 && sw2 == 0x00) {
177 Log.e(TAG, "Unexpected SW1/SW2 response from UICC: " + response.toString());
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLWarningTest.java 323 SQLWarning sw2 = new SQLWarning("reason", "SQLState", 2); local
332 sw.setNextWarning(sw2);
333 assertSame(sw2, sw1.getNextException());
334 assertSame(sw2, sw1.getNextWarning());
337 assertSame(sw3, sw2.getNextException());
338 assertSame(sw3, sw2.getNextWarning());
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 45 private int mExpectingSendEnvelopeResponseSw1; // SW1/SW2 response status
46 private int mExpectingSendEnvelopeResponseSw2; // SW1/SW2 response status
81 * @param sw2 simulated SW2 status to return
84 synchronized void expectSendEnvelope(String contents, int sw1, int sw2, String response) {
89 mExpectingSendEnvelopeResponseSw2 = sw2;
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 499 Word sw1, sw2; local
780 POP(sw2);
781 if (sw2 == 0)
784 sw1 /= sw2;
    [all...]
  /hardware/ril/include/telephony/
ril.h 297 int sw2; member in struct:__anon16379
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /hardware/ril/reference-ril/
reference-ril.c     [all...]

Completed in 365 milliseconds