Searched refs:STATUS_CODE_TARGET_LOST (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java42 static final int STATUS_CODE_TARGET_LOST = 146; field in class:NativeNfcTag
745 if (status == STATUS_CODE_TARGET_LOST) {
767 if (status == STATUS_CODE_TARGET_LOST) {
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java41 static final int STATUS_CODE_TARGET_LOST = 146; field in class:NativeNfcTag
734 if (status == STATUS_CODE_TARGET_LOST) {
756 if (status == STATUS_CODE_TARGET_LOST) {
/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp77 #define STATUS_CODE_TARGET_LOST 146 // this error code comes from the service macro
557 rVal = STATUS_CODE_TARGET_LOST;
581 rVal = STATUS_CODE_TARGET_LOST;
611 rVal = STATUS_CODE_TARGET_LOST;

Completed in 2126 milliseconds