Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DBatteryUtils.java82 private static final int MIN_POWER_THRESHOLD_MILLI_AMP = 5; 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.java87 private static final int MIN_POWER_THRESHOLD_MILLI_AMP = 5; field in BatteryUtils
257 || (sipper.totalPowerMah * SECONDS_IN_HOUR) < MIN_POWER_THRESHOLD_MILLI_AMP in shouldHideSipper()