Searched refs:START_TIME_MS (Results 1 – 1 of 1) sorted by relevance
43 private static final long START_TIME_MS = 1500; field in TimeLoggerTest68 when(mAnalyticsUtils.elapsedRealTime()).thenReturn(START_TIME_MS); in testTimeLogger_withStartTime()79 (int) (STOP_TIME_MS - START_TIME_MS)); in testTimeLogger_withStartTime()85 when(mAnalyticsUtils.elapsedRealTime()).thenReturn(START_TIME_MS); in testTimeLogger_withStartTime_stopsTwice()96 (int) (STOP_TIME_MS - START_TIME_MS)); in testTimeLogger_withStartTime_stopsTwice()