Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DPowerUtil.java40 private static final long FIFTEEN_MINUTES_MILLIS = TimeUnit.MINUTES.toMillis(15); field in PowerUtil
62 } else if (drainTimeMs <= FIFTEEN_MINUTES_MILLIS) { in getBatteryRemainingStringFormatted()
65 FIFTEEN_MINUTES_MILLIS, in getBatteryRemainingStringFormatted()
216 FIFTEEN_MINUTES_MILLIS); in getDateTimeStringFromMs()
230 FIFTEEN_MINUTES_MILLIS); in getRegularTimeRemainingShortString()