Home
last modified time | relevance | path

Searched refs:wakelockTag (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DBatteryStats.java1680 public HistoryTag wakelockTag; field in BatteryStats.HistoryItem
1806 | (wakelockTag != null ? 0x10000000 : 0) in writeToParcel()
1818 if (wakelockTag != null) { in writeToParcel()
1819 wakelockTag.writeToParcel(dest, flags); in writeToParcel()
1850 wakelockTag = localWakelockTag; in readFromParcel()
1851 wakelockTag.readFromParcel(src); in readFromParcel()
1853 wakelockTag = null; in readFromParcel()
1891 wakelockTag = null; in clear()
1921 if (o.wakelockTag != null) { in setToCommon()
1922 wakelockTag = localWakelockTag; in setToCommon()
[all …]
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java3245 if (cur.wakelockTag != null || cur.wakeReasonTag != null) { in writeHistoryDelta()
3291 if (cur.wakelockTag != null || cur.wakeReasonTag != null) { in writeHistoryDelta()
3294 if (cur.wakelockTag != null) { in writeHistoryDelta()
3295 wakeLockIndex = writeHistoryTag(cur.wakelockTag); in writeHistoryDelta()
3296 if (DEBUG) Slog.i(TAG, "WRITE DELTA: wakelockTag=#" + cur.wakelockTag.poolIdx in writeHistoryDelta()
3297 + " " + cur.wakelockTag.uid + ":" + cur.wakelockTag.string); in writeHistoryDelta()
3556 cur.wakelockTag = cur.localWakelockTag; in readHistoryDelta()
3557 readHistoryTag(wakeLockIndex, cur.wakelockTag); in readHistoryDelta()
3558 if (DEBUG) Slog.i(TAG, "READ DELTA: wakelockTag=#" + cur.wakelockTag.poolIdx in readHistoryDelta()
3559 + " " + cur.wakelockTag.uid + ":" + cur.wakelockTag.string); in readHistoryDelta()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt52275 Landroid/os/BatteryStats$HistoryItem;->wakelockTag:Landroid/os/BatteryStats$HistoryTag;