Searched refs:hasAccuracy (Results 1 – 9 of 9) sorted by relevance
52 if (entry.getLocation().hasAccuracy()) { in getOutput()
177 if (mLocation.hasAccuracy()) { in getAsContentValues()
219 if (!locationA.hasAccuracy()) { in isBetterThan()222 if (!locationB.hasAccuracy()) { in isBetterThan()
390 !location.hasAccuracy() in onLocationChanged()
941 if (location.hasAccuracy()) { in handleUpdateLocation()
248 jmethodID hasAccuracy = env->GetMethodID(locationClass, "hasAccuracy", "()Z"); in TranslateFromObject() local249 if (env->CallBooleanMethod(locationObject, hasAccuracy)) { in TranslateFromObject()
710 public boolean hasAccuracy() { in hasAccuracy() method in Location
14772 method public boolean hasAccuracy();
13817 method public boolean hasAccuracy();