HomeSort by relevance Sort by last modified time
    Searched refs:STATS_SINCE_UNPLUGGED (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 176 mStatsType = BatteryStats.STATS_SINCE_UNPLUGGED;
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 421 if (which == STATS_SINCE_UNPLUGGED) {
530 if (which == STATS_SINCE_UNPLUGGED) {
721 if (which == STATS_SINCE_UNPLUGGED) {
738 if (which == STATS_SINCE_UNPLUGGED) {
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 126 public static final int STATS_SINCE_UNPLUGGED = 3;
    [all...]

Completed in 274 milliseconds