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

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccIoResult.java 24 public int sw1; field in class:IccIoResult
29 public IccIoResult(int sw1, int sw2, byte[] payload) {
30 this.sw1 = sw1;
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"
50 return sw1 == 0x90 || sw1 == 0x91 || sw1 == 0x9e || sw1 == 0x9f
    [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.
162 int sw1 = response.sw1; local
166 if ((sw1 == 0x90 && sw2 == 0x00) || sw1 == 0x91) {
169 } else if (sw1 == 0x93 && sw2 == 0x00) {
173 } else if (sw1 == 0x62 || sw1 == 0x63) {
177 Log.e(TAG, "Unexpected SW1/SW2 response from UICC: " + response.toString());
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 499 Word sw1, sw2; local
597 sw1 = (Word)read_leb128S( &expr );
598 PUSH( a1 + sw1 );
615 sw1 = (Word)read_leb128S( &expr );
616 a1 += sw1;
626 sw1 = (Word)read_leb128S( &expr );
627 a1 += sw1;
774 POP(sw1);
775 if (sw1 < 0)
776 sw1 = -sw1
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLWarningTest.java 322 SQLWarning sw1 = new SQLWarning("reason", "SQLState", 1); local
328 sw.setNextWarning(sw1);
329 assertSame(sw1, sw.getNextException());
330 assertSame(sw1, sw.getNextWarning());
333 assertSame(sw2, sw1.getNextException());
334 assertSame(sw2, sw1.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
80 * @param sw1 simulated SW1 status to return
84 synchronized void expectSendEnvelope(String contents, int sw1, int sw2, String response) {
88 mExpectingSendEnvelopeResponseSw1 = sw1;
  /external/qemu/audio/
audio.c 1569 SWVoiceOut *sw1; local
2171 SWVoiceOut *sw = cap->hw.sw_head.lh_first, *sw1; local
    [all...]
  /hardware/ril/include/telephony/
ril.h 296 int sw1; member in struct:__anon16376
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /hardware/ril/reference-ril/
reference-ril.c     [all...]

Completed in 464 milliseconds