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

/packages/apps/ContactsCommon/src/com/android/contacts/common/location/
H A DCountryDetector.java94 if (!Geocoder.isPresent()) {
161 if (!Geocoder.isPresent()) {
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java58 boolean isPresent(); method in interface:DeviceHost.TagEndpoint
H A DNfcService.java1027 if (!tag.isPresent()) {
1082 public boolean isPresent(int nativeHandle) throws RemoteException { method in class:NfcService.TagService
1096 return tag.isPresent();
1492 return ((TagEndpoint) object).isPresent();
/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/services/Telephony/src/com/android/phone/
H A DCallNotifier.java975 boolean isPresent = signalInfoRec.isPresent;
976 if (DBG) log("onSignalInfo: isPresent=" + isPresent);
977 if (isPresent) {// if tone is valid
/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp1216 jboolean isPresent = JNI_FALSE; local
1266 isPresent = sIsTagPresent ? JNI_TRUE : JNI_FALSE;
1270 if (isPresent == JNI_FALSE)
1272 return isPresent;
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 285 milliseconds