Searched defs:wakelockTag (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1384 public HistoryTag wakelockTag; field in class:BatteryStats.HistoryItem
1509 | (wakelockTag != null ? 0x10000000 : 0)
1519 if (wakelockTag != null) {
1520 wakelockTag.writeToParcel(dest, flags);
1549 wakelockTag = localWakelockTag;
1550 wakelockTag.readFromParcel(src);
1552 wakelockTag = null;
1588 wakelockTag = null;
1616 if (o.wakelockTag != null) {
1617 wakelockTag
5228 printBitDescriptions(PrintWriter pw, int oldval, int newval, HistoryTag wakelockTag, BitDescription[] descriptions, boolean longNames) argument
[all...]

Completed in 69 milliseconds