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

/frameworks/base/location/java/android/location/
H A DGeocoder.java44 * isPresent() method to determine whether a Geocoder implementation
59 public static boolean isPresent() { method in class:Geocoder
65 Log.e(TAG, "isPresent: got RemoteException", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallWaitingNotification.java36 public int isPresent = 0; field in class:CdmaCallWaitingNotification
50 + " isPresent: " + isPresent
H A DCdmaInformationRecords.java106 public boolean isPresent; /* non-zero if signal information record is present */ field in class:CdmaInformationRecords.CdmaSignalInfoRec
113 public CdmaSignalInfoRec(int isPresent, int signalType, int alertPitch, int signal) { argument
114 this.isPresent = isPresent != 0;
123 " isPresent: " + isPresent +

Completed in 40 milliseconds