Searched refs:START_TIME_MS (Results 1 – 1 of 1) sorted by relevance
42 private static final long START_TIME_MS = 1500; field in TimeLoggerTest67 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()