Searched refs:hasAccuracy (Results 1 – 11 of 11) sorted by relevance
756 public boolean hasAccuracy() { in hasAccuracy() method in Location987 if (!hasAccuracy()) return false; in isComplete()1005 if (!hasAccuracy()) { in makeComplete()1045 if (hasAccuracy()) s.append(String.format(" hAcc=%.0f", mHorizontalAccuracyMeters)); in toString()
219 if (!locationA.hasAccuracy()) { in isBetterThan()222 if (!locationB.hasAccuracy()) { in isBetterThan()
52 if (entry.getLocation().hasAccuracy()) { in getOutput()
177 if (mLocation.hasAccuracy()) { in getAsContentValues()
256 assertTrue(deserialized.hasAccuracy()); in testParcel()
416 && location.hasAccuracy() in isLocationAcceptable()432 || (!mLocation.hasAccuracy() in onLocationChanged()
1044 (location.hasAccuracy() ? LOCATION_HAS_HORIZONTAL_ACCURACY : 0) | in injectBestLocation()1134 if (location.hasAccuracy()) { in handleUpdateLocation()1619 if (location.hasAccuracy()) { in handleReportLocation()
13815 method public boolean hasAccuracy();
20028 Landroid/location/Location;->hasAccuracy()Z
24501 HSPLandroid/location/Location;->hasAccuracy()Z
21800 method public boolean hasAccuracy();