Home
last modified time | relevance | path

Searched refs:getRouteLocations (Results 1 – 10 of 10) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DExerciseRoute.java68 public List<Location> getRouteLocations() { in getRouteLocations() method in ExerciseRoute
77 return getRouteLocations().equals(that.getRouteLocations()); in equals()
82 return Objects.hash(getRouteLocations()); in hashCode()
88 new ArrayList<>(getRouteLocations().size()); in toRouteInternal()
89 for (ExerciseRoute.Location location : getRouteLocations()) { in toRouteInternal()
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/internal/datatypes/
DExerciseRouteInternalTest.java59 assertThat(restoredRoute.getRouteLocations()).isEqualTo(mRoute.getRouteLocations()); in testRouteWriteToParcel_writeReadFromParcel_isIdentical()
DExerciseSessionInternalTest.java98 assertThat(external.getRoute().getRouteLocations()) in assertFieldsAreEqual()
99 .isEqualTo(convertedRoute.getRouteLocations()); in assertFieldsAreEqual()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DExerciseRouteInternal.java47 public List<LocationInternal> getRouteLocations() { in getRouteLocations() method in ExerciseRouteInternal
104 return getRouteLocations().equals(that.getRouteLocations()); in equals()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DExerciseRouteRecordHelper.java72 List<UpsertTableRequest> requests = new ArrayList<>(route.getRouteLocations().size()); in getRouteUpsertRequests()
73 route.getRouteLocations() in getRouteUpsertRequests()
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/libs/HealthConnectTestLib/src/android/healthconnect/cts/lib/
DBundleHelper.java525 route.getRouteLocations().stream() in getExerciseSessionRecordValues()
530 route.getRouteLocations().stream() in getExerciseSessionRecordValues()
534 route.getRouteLocations().stream() in getExerciseSessionRecordValues()
538 route.getRouteLocations().stream() in getExerciseSessionRecordValues()
543 route.getRouteLocations().stream() in getExerciseSessionRecordValues()
548 route.getRouteLocations().stream() in getExerciseSessionRecordValues()
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/
DExerciseRouteTest.java115 assertThat(route.getRouteLocations()).hasSize(1); in testExerciseRouteLocation_buildRoute_success()
DExerciseSessionRecordTest.java888 route.getRouteLocations().stream() in assertRoute()
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/validation/
DExerciseSessionTypesValidation.java324 for (ExerciseRoute.Location location : route.getRouteLocations()) { in validateExerciseRouteTimestamps()
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt767 …public java.util.List<android.health.connect.datatypes.ExerciseRoute.Location> getRouteLocations();