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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java413 if (which == STATS_SINCE_UNPLUGGED) {
628 if (which == STATS_SINCE_UNPLUGGED) {
645 if (which == STATS_SINCE_UNPLUGGED) {
1161 dataTransfer[STATS_LAST] = dataTransfer[STATS_SINCE_UNPLUGGED];
1162 dataTransfer[STATS_SINCE_UNPLUGGED] = -1;
1166 dataTransfer[STATS_SINCE_UNPLUGGED] = currentBytes;
2447 if (which == STATS_SINCE_UNPLUGGED) {
2469 if (which == STATS_SINCE_UNPLUGGED) {
3401 } else if (which == STATS_SINCE_UNPLUGGED) {
3417 } 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 479 milliseconds