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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1427 public HistoryTag wakelockTag; field in class:BatteryStats.HistoryItem
1552 | (wakelockTag != null ? 0x10000000 : 0)
1562 if (wakelockTag != null) {
1563 wakelockTag.writeToParcel(dest, flags);
1592 wakelockTag = localWakelockTag;
1593 wakelockTag.readFromParcel(src);
1595 wakelockTag = null;
1631 wakelockTag = null;
1659 if (o.wakelockTag != null) {
1660 wakelockTag
5475 printBitDescriptions(PrintWriter pw, int oldval, int newval, HistoryTag wakelockTag, BitDescription[] descriptions, boolean longNames) argument
[all...]

Completed in 30 milliseconds