Searched refs:EXTRA_END_TIMES (Results 1 – 2 of 2) sorted by relevance
86 public static final String EXTRA_END_TIMES = "extra.END_TIMES"; field in TestAppReceiver350 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()
42 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()