Searched refs:ONE_HOUR_MILLIS (Results 1 – 2 of 2) sorted by relevance
43 private static final long ONE_HOUR_MILLIS = TimeUnit.HOURS.toMillis(1); field in PowerUtil151 final long roundedTimeMs = roundTimeToNearestThreshold(drainTimeMs, ONE_HOUR_MILLIS); in getMoreThanOneDayString()171 final long roundedTimeMs = roundTimeToNearestThreshold(drainTimeMs, ONE_HOUR_MILLIS); in getMoreThanOneDayShortString()
66 private static final long ONE_HOUR_MILLIS = Duration.ofHours(1).toMillis(); field in PowerUITest512 when(mEnhancedEstimates.getSevereWarningThreshold()).thenReturn(ONE_HOUR_MILLIS); in testRefreshEstimateIfNeeded_onlyQueriesEstimateOnBatteryLevelChangeOrNull()