Searched refs:setHorizontalAccuracy (Results 1 – 8 of 8) sorted by relevance
68 .setHorizontalAccuracy(Length.fromMeters(horizontalAcc)) in testExerciseRouteLocation_setExtraFieldsViaBuilder_buildCorrectObject()98 .setHorizontalAccuracy(Length.fromMeters(-5)) in testExerciseRouteLocation_horizontalAccuracyIsInvalid_throwsException()106 .setHorizontalAccuracy(Length.fromMeters(-5)) in testExerciseRouteLocation_verticalAccuracyIsInvalid_throwsException()127 .setHorizontalAccuracy(Length.fromMeters(horizontalAcc)) in testExerciseRouteLocation_parcelable()158 .setHorizontalAccuracy(Length.fromMeters(2.3F)) in testExerciseRoute_parcelable()165 .setHorizontalAccuracy(Length.fromMeters(0.9F)) in testExerciseRoute_parcelable()
180 public LocationInternal setHorizontalAccuracy(double horizontalAccuracy) { in setHorizontalAccuracy() method in ExerciseRouteInternal.LocationInternal220 .setHorizontalAccuracy(parcel.readDouble()) in readFromParcel()244 builder.setHorizontalAccuracy(Length.fromMeters(getHorizontalAccuracy())); in toExternalExerciseRouteLocation()
133 builder.setHorizontalAccuracy(Length.fromMeters(source.readDouble()));255 locationInternal.setHorizontalAccuracy(getHorizontalAccuracy().getInMeters()); in toExerciseRouteLocationInternal()343 public Builder setHorizontalAccuracy(@NonNull Length horizontalAccuracy) { in setHorizontalAccuracy() method in ExerciseRoute.Location.Builder
120 .setHorizontalAccuracy(Length.fromMeters(3)) in getRoute()130 .setHorizontalAccuracy(Length.fromMeters(7)) in getAnotherRoute()
54 .setHorizontalAccuracy( in populateLocation()
56 .setHorizontalAccuracy(20) in buildInternalLocationAllFields()
659 location.setHorizontalAccuracy(Length.fromMeters(hAcc)); in createExerciseSessionRecord()
788 …c android.health.connect.datatypes.ExerciseRoute.Location.Builder setHorizontalAccuracy(@NonNull a…