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

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 33 public int isPresent = 0;
45 + " 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);
  /frameworks/base/core/java/android/nfc/tech/
BasicTagTechnology.java 63 return mTag.getTagService().isPresent(mTag.getServiceHandle());
  /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/
NativeNfcTag.java 57 private boolean isPresent = true;
91 while (isPresent && !isStopped) {
98 isPresent = doPresenceCheck();
195 public synchronized boolean isPresent() {
NfcService.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
CallNotifier.java     [all...]
  /hardware/ril/include/telephony/
ril.h 134 char isPresent; /* non-zero if signal information record is present */
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /external/chromium/net/third_party/nss/ssl/
sslimpl.h 304 unsigned int isPresent : 1;
309 unsigned char isPresent : 1;
    [all...]
ssl3con.c 618 /* Initialize the suite->isPresent value for config_match
656 suite->isPresent = PR_FALSE;
701 suite->isPresent = (PRBool)
708 if (suite->isPresent)
734 suite->isPresent &&
771 suite->isPresent)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java     [all...]
  /prebuilt/sdk/9/
android.jar 

Completed in 4440 milliseconds