Searched defs:hasAccuracy (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/location/java/android/location/
H A DLocation.java710 public boolean hasAccuracy() { method in class:Location
745 * <p>Following this call {@link #hasAccuracy} will return true.
755 * <p>Following this call {@link #hasAccuracy} will return false, and
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp248 jmethodID hasAccuracy = env->GetMethodID(locationClass, "hasAccuracy", "()Z"); local
249 if (env->CallBooleanMethod(locationObject, hasAccuracy)) {

Completed in 96 milliseconds