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

/frameworks/base/location/java/android/location/
H A DLocation.java756 public boolean hasAccuracy() { method in class:Location
790 * <p>Following this call {@link #hasAccuracy} will return true.
800 * <p>Following this call {@link #hasAccuracy} will return false, and
975 if (!hasAccuracy()) return false;
993 if (!hasAccuracy()) {
1033 if (hasAccuracy()) s.append(String.format(" hAcc=%.0f", mHorizontalAccuracyMeters));

Completed in 66 milliseconds