Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java1733 public HistoryTag wakelockTag; field in BatteryStats.HistoryItem
1853 | (wakelockTag != null ? 0x10000000 : 0) in writeToParcel()
1865 if (wakelockTag != null) { in writeToParcel()
1866 wakelockTag.writeToParcel(dest, flags); in writeToParcel()
1898 wakelockTag = localWakelockTag; in readFromParcel()
1899 wakelockTag.readFromParcel(src); in readFromParcel()
1901 wakelockTag = null; in readFromParcel()
1940 wakelockTag = null; in clear()
1972 if (o.wakelockTag != null) { in setToCommon()
1973 wakelockTag = localWakelockTag; in setToCommon()
[all …]
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java3252 if (cur.wakelockTag != null || cur.wakeReasonTag != null) { in writeHistoryDelta()
3298 if (cur.wakelockTag != null || cur.wakeReasonTag != null) { in writeHistoryDelta()
3301 if (cur.wakelockTag != null) { in writeHistoryDelta()
3302 wakeLockIndex = writeHistoryTag(cur.wakelockTag); in writeHistoryDelta()
3303 if (DEBUG) Slog.i(TAG, "WRITE DELTA: wakelockTag=#" + cur.wakelockTag.poolIdx in writeHistoryDelta()
3304 + " " + cur.wakelockTag.uid + ":" + cur.wakelockTag.string); in writeHistoryDelta()
3561 cur.wakelockTag = cur.localWakelockTag; in readHistoryDelta()
3562 readHistoryTag(wakeLockIndex, cur.wakelockTag); in readHistoryDelta()
3563 if (DEBUG) Slog.i(TAG, "READ DELTA: wakelockTag=#" + cur.wakelockTag.poolIdx in readHistoryDelta()
3564 + " " + cur.wakelockTag.uid + ":" + cur.wakelockTag.string); in readHistoryDelta()
[all …]