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

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 35 public int isPresent = 0;
49 + " 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 34 boolean isPresent(int nativeHandle);
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 65 boolean isPresent();
NfcService.java 892 public boolean isPresent(int nativeHandle) throws RemoteException {
906 return tag.isPresent();
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 166 var isPresent = false;
170 isPresent = true;
175 if (!isPresent) {
  /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/nxp/
NativeNfcTag.java 73 private boolean isPresent = true;
107 while (isPresent && !isStopped) {
114 isPresent = doPresenceCheck();
214 public synchronized boolean isPresent() {
  /packages/apps/Phone/src/com/android/phone/
CallNotifier.java     [all...]
  /frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java 464 return Geocoder.isPresent();
  /hardware/ril/include/telephony/
ril.h 163 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...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java     [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 218 milliseconds