Searched refs:hasAccuracy (Results 1 – 11 of 11) sorted by relevance
183 if (!locationA.hasAccuracy()) { in isBetterThan()186 if (!locationB.hasAccuracy()) { in isBetterThan()
812 public boolean hasAccuracy() { in hasAccuracy() method in Location1043 if (!hasAccuracy()) return false; in isComplete()1062 if (!hasAccuracy()) { in makeComplete()1105 if (hasAccuracy()) s.append(String.format(" hAcc=%.0f", mHorizontalAccuracyMeters)); in toString()
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()
817 (location.hasAccuracy() ? LOCATION_HAS_HORIZONTAL_ACCURACY : 0) | in injectBestLocation()916 if (location.hasAccuracy()) { in handleUpdateLocation()1382 if (location.hasAccuracy()) { in handleReportLocation()
9212 HSPLandroid/location/Location;->hasAccuracy()Z
13815 method public boolean hasAccuracy();
23180 method public boolean hasAccuracy();