Searched refs:hasAltitude (Results 1 – 12 of 12) sorted by relevance
498 public boolean hasAltitude() { in hasAltitude() method in Location906 && hasAltitude() == location.hasAltitude() in equals()907 && (!hasAltitude() || Double.compare(location.mAltitudeMeters, mAltitudeMeters) in equals()965 if (hasAltitude()) { in toString()1024 if (l.hasAltitude()) {1077 if (hasAltitude()) { in writeToParcel()
60 if (entry.getLocation().hasAltitude()) { in getOutput()
180 if (mLocation.hasAltitude()) { in getAsContentValues()
85 assertThat(coarse.hasAltitude()).isFalse(); in testCoarsen()
73 Preconditions.checkArgument(location.hasAltitude(), "Missing altitude above WGS84"); in validate()
658 | (location.hasAltitude() ? GNSS_LOCATION_HAS_ALTITUDE : 0) in injectLocation()698 | (location.hasAltitude() ? GNSS_LOCATION_HAS_ALTITUDE : 0) in injectBestLocation()
2676 if (!location.hasMslAltitude() && location.hasAltitude()) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
10458 HSPLandroid/location/Location;->hasAltitude()Z
13816 method public boolean hasAltitude();
10461 HSPLandroid/location/Location;->hasAltitude()Z
21025 method public boolean hasAltitude();