Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DPowerUsageSummary.java102 private int mStatsType = BatteryStats.STATS_SINCE_CHARGED; field in PowerUsageSummary
263 if (mStatsType == BatteryStats.STATS_SINCE_CHARGED) { in onOptionsItemSelected()
264 mStatsType = BatteryStats.STATS_SINCE_UNPLUGGED; in onOptionsItemSelected()
266 mStatsType = BatteryStats.STATS_SINCE_CHARGED; in onOptionsItemSelected()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageSummary.java109 private int mStatsType = BatteryStats.STATS_SINCE_CHARGED; field in PowerUsageSummary
293 if (mStatsType == BatteryStats.STATS_SINCE_CHARGED) { in onOptionsItemSelected()
294 mStatsType = BatteryStats.STATS_SINCE_UNPLUGGED; in onOptionsItemSelected()
296 mStatsType = BatteryStats.STATS_SINCE_CHARGED; in onOptionsItemSelected()