Home
last modified time | relevance | path

Searched refs:EXTRA_END_TIMES (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/tests/integrationtests/TestApp/src/android/healthconnect/test/app/
DTestAppReceiver.java86 public static final String EXTRA_END_TIMES = "extra.END_TIMES"; field in TestAppReceiver
350 List<Instant> endTimes = getTimes(intent, EXTRA_END_TIMES); in createStepsRecords()
387 getTimes(intent, EXTRA_END_TIMES).get(0), in createExerciseRecord()
400 getTimes(intent, EXTRA_END_TIMES).get(0)) in createPlannedExerciseRecord()
/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/
DTestUtils.java42 import static android.healthconnect.test.app.TestAppReceiver.EXTRA_END_TIMES;
1175 bundle.putLongArray(EXTRA_END_TIMES, new long[] {endTime.toEpochMilli()}); in insertStepsRecordViaTestApp()
1207 bundle.putLongArray(EXTRA_END_TIMES, new long[] {endTime.toEpochMilli()}); in insertExerciseRecordViaTestApp()
1220 bundle.putLongArray(EXTRA_END_TIMES, new long[] {endTime.toEpochMilli()}); in insertPlannedExerciseSessionRecordViaTestApp()