Home
last modified time | relevance | path

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

/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/analytics/
H A DTimeLoggerTest.java42 private static final long START_TIME_MS = 1500; field in TimeLoggerTest
67 when(mAnalyticsUtils.elapsedRealTime()).thenReturn(START_TIME_MS); in testTimeLogger_withStartTime()
78 (int) (STOP_TIME_MS - START_TIME_MS)); in testTimeLogger_withStartTime()
84 when(mAnalyticsUtils.elapsedRealTime()).thenReturn(START_TIME_MS); in testTimeLogger_withStartTime_stopsTwice()
95 (int) (STOP_TIME_MS - START_TIME_MS)); in testTimeLogger_withStartTime_stopsTwice()