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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccIoResult.java 34 switch(sw1) {
166 public int sw1; field in class:IccIoResult
171 public IccIoResult(int sw1, int sw2, byte[] payload) {
172 this.sw1 = sw1;
177 public IccIoResult(int sw1, int sw2, String hexString) {
178 this(sw1, sw2, IccUtils.hexStringToBytes(hexString));
183 return "IccIoResult sw1:0x" + Integer.toHexString(sw1) + " sw2:0x"
193 return sw1 == 0x90 || sw1 == 0x91 || sw1 == 0x9e || sw1 == 0x9f
    [all...]
  /external/libese/libapdu/include/apdu/
apdu.h 85 uint8_t sw1() const { return *(std::end(mData) - 2); } function in class:android::ResponseApdu
87 uint16_t status() const { return (static_cast<uint16_t>(sw1()) << 8) | sw2(); }
89 int8_t remainingBytes() const { return sw1() == BYTES_AVAILABLE ? sw2() : 0; }
92 const uint8_t sw1 = this->sw1(); local
93 return sw1 == SW1_WARNING_NON_VOLATILE_MEMORY_UNCHANGED
94 || sw1 == SW1_WARNING_NON_VOLATILE_MEMORY_CHANGED;
97 const uint8_t sw1 = this->sw1(); local
98 return sw1 >= SW1_FIRST_EXECUTION_ERROR && sw1 <= SW1_LAST_EXECUTION_ERROR
101 const uint8_t sw1 = this->sw1(); local
    [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/coregrind/m_debuginfo/
d3basics.c 516 Word sw1, sw2; local
614 sw1 = (Word)read_leb128S( &expr );
615 PUSH( a1 + sw1 );
632 sw1 = (Word)read_leb128S( &expr );
633 a1 += sw1;
643 sw1 = (Word)read_leb128S( &expr );
644 a1 += sw1;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimDataDownloadHandler.java 197 * UICC SW1 and SW2 status bytes.
200 int sw1 = response.sw1; local
204 if ((sw1 == 0x90 && sw2 == 0x00) || sw1 == 0x91) {
207 } else if (sw1 == 0x93 && sw2 == 0x00) {
211 } else if (sw1 == 0x62 || sw1 == 0x63) {
215 Rlog.e(TAG, "Unexpected SW1/SW2 response from UICC: " + response.toString());
  /system/nfc/src/nfc/include/
rw_api.h 207 uint8_t sw1; member in struct:__anon115068
    [all...]
  /hardware/ril/include/telephony/
ril.h 658 int sw1; member in struct:__anon47524
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 

Completed in 881 milliseconds