Searched refs:STATS_UNPLUGGED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java292 if (which == STATS_UNPLUGGED) {
477 if (which == STATS_UNPLUGGED) {
494 if (which == STATS_UNPLUGGED) {
976 dataTransfer[STATS_LAST] = dataTransfer[STATS_UNPLUGGED];
977 dataTransfer[STATS_UNPLUGGED] = -1;
981 dataTransfer[STATS_UNPLUGGED] = currentBytes;
1534 if (which == STATS_UNPLUGGED) {
1554 if (which == STATS_UNPLUGGED) {
2131 } else if (which == STATS_UNPLUGGED) {
2147 } else if (which == STATS_UNPLUGGED) {
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java119 public static final int STATS_UNPLUGGED = 3; field in class:BatteryStats
330 * @param which one of STATS_TOTAL, STATS_LAST, STATS_CURRENT or STATS_UNPLUGGED
339 * @param which one of STATS_TOTAL, STATS_LAST, STATS_CURRENT or STATS_UNPLUGGED
867 if (which == STATS_UNPLUGGED) {
1215 if (which == STATS_UNPLUGGED) {
1458 dumpLocked(pw, "", STATS_UNPLUGGED, -1);
1473 dumpCheckinLocked(pw, STATS_UNPLUGGED, -1);
1478 dumpCheckinLocked(pw, STATS_UNPLUGGED, -1);

Completed in 23 milliseconds