HomeSort by relevance Sort by last modified time
    Searched refs:isPresent (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 35 public int isPresent = 0;
50 + " isPresent: " + isPresent
CdmaInformationRecords.java 106 public boolean isPresent; /* non-zero if signal information record is present */
113 public CdmaSignalInfoRec(int isPresent, int signalType, int alertPitch, int signal) {
114 this.isPresent = isPresent != 0;
123 " isPresent: " + isPresent +
  /frameworks/base/core/java/android/nfc/
INfcTag.aidl 33 boolean isPresent(int nativeHandle);
  /external/guava/guava/src/com/google/common/base/
Optional.java 102 public abstract boolean isPresent();
108 * @throws IllegalStateException if the instance is absent ({@link #isPresent} returns
185 if (optional.isPresent()) {
205 @Override public boolean isPresent() {
258 @Override public boolean isPresent() {
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 166 var isPresent = false;
170 isPresent = true;
175 if (!isPresent) {
  /external/guava/guava-tests/test/com/google/common/base/
OptionalTest.java 42 assertFalse(optionalName.isPresent());
68 assertFalse(Optional.absent().isPresent());
72 assertTrue(Optional.of("training").isPresent());
  /external/guava/guava/src/com/google/common/collect/
BstInOrderPath.java 104 return nextInOrder(side).isPresent();
  /frameworks/base/core/java/android/nfc/tech/
BasicTagTechnology.java 63 return mTag.getTagService().isPresent(mTag.getServiceHandle());
Ndef.java 277 if (msg == null && !tagService.isPresent(serviceHandle)) {
  /frameworks/base/location/java/android/location/
Geocoder.java 44 * isPresent() method to determine whether a Geocoder implementation
59 public static boolean isPresent() {
65 Log.e(TAG, "isPresent: got RemoteException", e);
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 77 boolean isPresent();
NfcService.java     [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 75 private boolean isPresent = true;
109 while (isPresent && !isStopped) {
116 isPresent = doPresenceCheck();
232 public synchronized boolean isPresent() {
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 74 private boolean isPresent = true;
108 while (isPresent && !isStopped) {
115 isPresent = doPresenceCheck();
219 public synchronized boolean isPresent() {
  /packages/apps/Phone/src/com/android/phone/
CallNotifier.java     [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp     [all...]
  /development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java 96 // The isPresent() helper method is only available on Gingerbread or above.
98 Build.VERSION.SDK_INT >= Build.VERSION_CODES.GINGERBREAD && Geocoder.isPresent();
  /frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java 464 return Geocoder.isPresent();
  /hardware/ril/include/telephony/
ril.h 167 char isPresent; /* non-zero if signal information record is present */
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
IteratorsTest.java 414 Iterators.tryFind(iterator, Predicates.alwaysFalse()).isPresent());
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 

Completed in 766 milliseconds

1 2