Searched defs:isPresent (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java78 private boolean isPresent = true; field in class:NativeNfcTag.PresenceCheckWatchdog
113 while (isPresent && !isStopped) {
120 isPresent = doPresenceCheck();
244 public synchronized boolean isPresent() { method in class:NativeNfcTag
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java76 private boolean isPresent = true; field in class:NativeNfcTag.PresenceCheckWatchdog
110 while (isPresent && !isStopped) {
117 isPresent = doPresenceCheck();
232 public synchronized boolean isPresent() { method in class:NativeNfcTag
/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp1218 jboolean isPresent = JNI_FALSE; local
1268 isPresent = sIsTagPresent ? JNI_TRUE : JNI_FALSE;
1272 if (isPresent == JNI_FALSE)
1274 return isPresent;
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java58 boolean isPresent(); method in interface:DeviceHost.TagEndpoint
H A DNfcService.java1066 if (!tag.isPresent()) {
1121 public boolean isPresent(int nativeHandle) throws RemoteException { method in class:NfcService.TagService
1135 return tag.isPresent();
1535 return ((TagEndpoint) object).isPresent();
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 204 milliseconds