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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccIoResult.java 25 public int sw1; field in class:IccIoResult
30 public IccIoResult(int sw1, int sw2, byte[] payload) {
31 this.sw1 = sw1;
36 public IccIoResult(int sw1, int sw2, String hexString) {
37 this(sw1, sw2, IccUtils.hexStringToBytes(hexString));
42 return "IccIoResponse sw1:0x" + Integer.toHexString(sw1) + " sw2:0x"
52 return sw1 == 0x90 || sw1 == 0x91 || sw1 == 0x9e || sw1 == 0x9f
    [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());
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 505 Word sw1, sw2; local
603 sw1 = (Word)read_leb128S( &expr );
604 PUSH( a1 + sw1 );
621 sw1 = (Word)read_leb128S( &expr );
622 a1 += sw1;
632 sw1 = (Word)read_leb128S( &expr );
633 a1 += sw1;
780 POP(sw1);
781 if (sw1 < 0)
782 sw1 = -sw1
    [all...]
  /frameworks/opt/telephony/src/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 Rlog.e(TAG, "Unexpected SW1/SW2 response from UICC: " + response.toString());
  /external/libnfc-nci/src/nfc/include/
rw_api.h 195 UINT8 sw1; member in struct:__anon10599
    [all...]
  /external/qemu/audio/
audio.c 1569 SWVoiceOut *sw1; local
2171 SWVoiceOut *sw = cap->hw.sw_head.lh_first, *sw1; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java 3101 int sw1, sw2; local
    [all...]
  /hardware/ril/include/telephony/
ril.h 300 int sw1; member in struct:__anon21001
    [all...]

Completed in 1177 milliseconds