Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DBatteryUtils.java84 private static final int SECONDS_IN_HOUR = 60 * 60; field in BatteryUtils
250 || (sipper.totalPowerMah * SECONDS_IN_HOUR) < MIN_POWER_THRESHOLD_MILLI_AMP in shouldHideSipper()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryUtils.java89 private static final int SECONDS_IN_HOUR = 60 * 60; field in BatteryUtils
257 || (sipper.totalPowerMah * SECONDS_IN_HOUR) < MIN_POWER_THRESHOLD_MILLI_AMP in shouldHideSipper()