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

  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 83 #define STATUS_CODE_TARGET_LOST 146 // this error code comes from the service
643 rVal = STATUS_CODE_TARGET_LOST;
666 rVal = STATUS_CODE_TARGET_LOST;
673 rVal = STATUS_CODE_TARGET_LOST;
703 rVal = STATUS_CODE_TARGET_LOST;
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 44 static final int STATUS_CODE_TARGET_LOST = 146;
762 if (status == STATUS_CODE_TARGET_LOST) {
784 if (status == STATUS_CODE_TARGET_LOST) {

Completed in 214 milliseconds