Searched refs:isPresent (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java77 boolean isPresent(); method in interface:DeviceHost.TagEndpoint
H A DNfcService.java1028 if (!tag.isPresent()) {
1083 public boolean isPresent(int nativeHandle) throws RemoteException { method in class:NfcService.TagService
1097 return tag.isPresent();
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java75 private boolean isPresent = true; field in class:NativeNfcTag.PresenceCheckWatchdog
109 while (isPresent && !isStopped) {
116 isPresent = doPresenceCheck();
232 public synchronized boolean isPresent() { method in class:NativeNfcTag
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java74 private boolean isPresent = true; field in class:NativeNfcTag.PresenceCheckWatchdog
108 while (isPresent && !isStopped) {
115 isPresent = doPresenceCheck();
219 public synchronized boolean isPresent() { method in class:NativeNfcTag
/packages/apps/Phone/src/com/android/phone/
H A DCallNotifier.java1639 boolean isPresent = signalInfoRec.isPresent;
1640 if (DBG) log("onSignalInfo: isPresent=" + isPresent);
1641 if (isPresent) {// if tone is valid
1704 int isPresent = infoCW.isPresent;
1705 if (DBG) log("onCdmaCallWaiting: isPresent=" + isPresent);
1706 if (isPresent
[all...]
/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp1234 jboolean isPresent = JNI_FALSE; local
1280 isPresent = (sCountTagAway > 3) ? JNI_FALSE : JNI_TRUE;
1289 if (isPresent == JNI_FALSE)
1291 return isPresent;

Completed in 139 milliseconds