Searched refs:getVerticalAccuracy (Results 1 – 6 of 6) sorted by relevance
188 public double getVerticalAccuracy() { in getVerticalAccuracy() method in ExerciseRouteInternal.LocationInternal232 parcel.writeDouble(getVerticalAccuracy()); in writeToParcel()247 if (getVerticalAccuracy() != Constants.DEFAULT_DOUBLE) { in toExternalExerciseRouteLocation()248 builder.setVerticalAccuracy(Length.fromMeters(getVerticalAccuracy())); in toExternalExerciseRouteLocation()266 && (getVerticalAccuracy() == that.getVerticalAccuracy()) in equals()277 getVerticalAccuracy(), in hashCode()
234 public Length getVerticalAccuracy() { in getVerticalAccuracy() method in ExerciseRoute.Location258 if (getVerticalAccuracy() != null) { in toExerciseRouteLocationInternal()259 locationInternal.setVerticalAccuracy(getVerticalAccuracy().getInMeters()); in toExerciseRouteLocationInternal()278 && Objects.equals(getVerticalAccuracy(), that.getVerticalAccuracy()); in equals()288 getVerticalAccuracy(), in hashCode()
57 assertThat(point.getVerticalAccuracy()).isNull(); in testExerciseRouteLocation_buildViaBuilder_buildCorrectObject()78 assertThat(point.getVerticalAccuracy()).isEqualTo(Length.fromMeters(verticalAcc)); in testExerciseRouteLocation_setExtraFieldsViaBuilder_buildCorrectObject()
106 ROUTE_LOCATION_VERTICAL_ACCURACY_COLUMN_NAME, location.getVerticalAccuracy()); in populateRouteLocationTo()
549 .map(ExerciseRoute.Location::getVerticalAccuracy) in getExerciseSessionRecordValues()
779 method @Nullable public android.health.connect.datatypes.units.Length getVerticalAccuracy();