Searched refs:setVerticalAccuracy (Results 1 – 8 of 8) sorted by relevance
69 .setVerticalAccuracy(Length.fromMeters(verticalAcc)) in testExerciseRouteLocation_setExtraFieldsViaBuilder_buildCorrectObject()128 .setVerticalAccuracy(Length.fromMeters(verticalAcc)) in testExerciseRouteLocation_parcelable()159 .setVerticalAccuracy(Length.fromMeters(1.2F)) in testExerciseRoute_parcelable()166 .setVerticalAccuracy(Length.fromMeters(1.2F)) in testExerciseRoute_parcelable()
194 public LocationInternal setVerticalAccuracy(double verticalAccuracy) { in setVerticalAccuracy() method in ExerciseRouteInternal.LocationInternal221 .setVerticalAccuracy(parcel.readDouble()) in readFromParcel()248 builder.setVerticalAccuracy(Length.fromMeters(getVerticalAccuracy())); in toExternalExerciseRouteLocation()
136 builder.setVerticalAccuracy(Length.fromMeters(source.readDouble()));259 locationInternal.setVerticalAccuracy(getVerticalAccuracy().getInMeters()); in toExerciseRouteLocationInternal()351 public Builder setVerticalAccuracy(@NonNull Length verticalAccuracy) { in setVerticalAccuracy() method in ExerciseRoute.Location.Builder
121 .setVerticalAccuracy(Length.fromMeters(5)) in getRoute()131 .setVerticalAccuracy(Length.fromMeters(11)) in getAnotherRoute()
56 .setVerticalAccuracy( in populateLocation()
55 .setVerticalAccuracy(1.2) in buildInternalLocationAllFields()
663 location.setVerticalAccuracy(Length.fromMeters(vAcc)); in createExerciseSessionRecord()
789 …ic android.health.connect.datatypes.ExerciseRoute.Location.Builder setVerticalAccuracy(@NonNull an…