Searched refs:hasAccuracy (Results 1 – 10 of 10) sorted by relevance
183 if (!locationA.hasAccuracy()) { in isBetterThan()186 if (!locationB.hasAccuracy()) { in isBetterThan()
809 public boolean hasAccuracy() { in hasAccuracy() method in Location1040 if (!hasAccuracy()) return false; in isComplete()1059 if (!hasAccuracy()) { in makeComplete()1102 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()
782 (location.hasAccuracy() ? LOCATION_HAS_HORIZONTAL_ACCURACY : 0) | in injectBestLocation()881 if (location.hasAccuracy()) { in handleUpdateLocation()1347 if (location.hasAccuracy()) { in handleReportLocation()
9212 HSPLandroid/location/Location;->hasAccuracy()Z
13815 method public boolean hasAccuracy();
22914 method public boolean hasAccuracy();