Searched defs:STATS_SINCE_UNPLUGGED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java111 public static final int STATS_SINCE_UNPLUGGED = 3; field in class:BatteryStats
1292 if (which == STATS_SINCE_UNPLUGGED) {
1297 if (which == STATS_SINCE_UNPLUGGED) {
1650 if (which == STATS_SINCE_UNPLUGGED) {
2165 dumpLocked(pw, "", STATS_SINCE_UNPLUGGED, -1);
2209 dumpCheckinLocked(pw, STATS_SINCE_UNPLUGGED, -1);
2213 dumpCheckinLocked(pw, STATS_SINCE_UNPLUGGED, -1);

Completed in 287 milliseconds