Home
last modified time | relevance | path

Searched defs:SESSION_START_TIME (Results 1 – 4 of 4) sorted by relevance

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/
DExerciseSegmentTest.java85 SESSION_START_TIME, in testExerciseSegment_lapStartTimeIllegal_throwsException() local
102 SESSION_START_TIME, in testExerciseSegment_lapEndTimeIllegal_throwsException() local
119 SESSION_START_TIME, in testExerciseSegment_segmentsOverlap_throwsException() local
DExerciseLapTest.java75 SESSION_START_TIME, in testLaps_lapStartTimeIllegal_throwsException() local
91 SESSION_START_TIME, in testLaps_lapEndTimeIllegal_throwsException() local
107 SESSION_START_TIME, in testLaps_lapsOverlaps_throwsException() local
/packages/services/Car/service/src/com/android/car/garagemode/
DGarageModeRecorder.java49 static final String SESSION_START_TIME = "Session start time: "; field in GarageModeRecorder
/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/
DDataFactory.java69 public static final Instant SESSION_START_TIME = NOW.minus(10, ChronoUnit.DAYS); field in DataFactory