Searched defs:isPresent (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ | ||
D | NativeNfcTag.java | 78 private boolean isPresent = true; field in NativeNfcTag.PresenceCheckWatchdog |
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ | ||
D | NativeNfcTag.java | 76 private boolean isPresent = true; field in NativeNfcTag.PresenceCheckWatchdog |
/packages/apps/Nfc/src/com/android/nfc/ | ||
D | DeviceHost.java | 58 boolean isPresent(); in isPresent() method |
D | NfcService.java | 1133 public boolean isPresent(int nativeHandle) throws RemoteException { in isPresent() method in NfcService.TagService |
/packages/apps/Nfc/nci/jni/ | ||
D | NativeNfcTag.cpp | 1369 jboolean isPresent = JNI_FALSE; in nativeNfcTag_doPresenceCheck() local |