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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java415 if (which == STATS_SINCE_UNPLUGGED) {
630 if (which == STATS_SINCE_UNPLUGGED) {
647 if (which == STATS_SINCE_UNPLUGGED) {
1163 dataTransfer[STATS_LAST] = dataTransfer[STATS_SINCE_UNPLUGGED];
1164 dataTransfer[STATS_SINCE_UNPLUGGED] = -1;
1168 dataTransfer[STATS_SINCE_UNPLUGGED] = currentBytes;
2449 if (which == STATS_SINCE_UNPLUGGED) {
2471 if (which == STATS_SINCE_UNPLUGGED) {
3403 } else if (which == STATS_SINCE_UNPLUGGED) {
3419 } else if (which == STATS_SINCE_UNPLUGGED) {
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java111 public static final int STATS_SINCE_UNPLUGGED = 3; field in class:BatteryStats
1290 if (which == STATS_SINCE_UNPLUGGED) {
1295 if (which == STATS_SINCE_UNPLUGGED) {
1648 if (which == STATS_SINCE_UNPLUGGED) {
2160 dumpLocked(pw, "", STATS_SINCE_UNPLUGGED, -1);
2204 dumpCheckinLocked(pw, STATS_SINCE_UNPLUGGED, -1);
2208 dumpCheckinLocked(pw, STATS_SINCE_UNPLUGGED, -1);

Completed in 17 milliseconds