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

  /external/libese/apps/weaver/card/src/com/android/weaver/
Consts.java 27 public static final byte READ_WRONG_KEY = 0x7f;
  /external/libese/apps/weaver/card/src/com/android/weaver/core/
CoreSlots.java 158 Consts.READ_SUCCESS : Consts.READ_WRONG_KEY;
161 if (result == Consts.READ_WRONG_KEY) {
  /external/libese/apps/weaver/
weaver.c 341 const uint8_t READ_WRONG_KEY = 0x7f;
345 if (appletStatus == READ_WRONG_KEY) {

Completed in 74 milliseconds