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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java685 public HistoryTag wakelockTag; field in class:BatteryStats.HistoryItem
773 | (wakelockTag != null ? 0x10000000 : 0)
782 if (wakelockTag != null) {
783 wakelockTag.writeToParcel(dest, flags);
811 wakelockTag = localWakelockTag;
812 wakelockTag.readFromParcel(src);
814 wakelockTag = null;
849 wakelockTag = null;
876 if (o.wakelockTag != null) {
877 wakelockTag
3419 printBitDescriptions(PrintWriter pw, int oldval, int newval, HistoryTag wakelockTag, BitDescription[] descriptions, boolean longNames) argument
[all...]

Completed in 12 milliseconds