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