Home
last modified time | relevance | path

Searched defs:testStartTime (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplStartLauncherViaGestureTests.java76 long testStartTime = System.currentTimeMillis(); in runTest() local
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/fitness/aggregation/
DFitnessRecordAggregateHelperTest.java155 Instant testStartTime = Instant.now(); in populateWithAggregation_flagsEnabled_readAccessLogRecorded() local
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/util/
DHostSideTestUtil.java82 public static void resetTime(ITestDevice device, Instant testStartTime, Instant deviceStartTime) in resetTime()