Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java1238 public HistoryTag wakelockTag; field in BatteryStats.HistoryItem
1354 | (wakelockTag != null ? 0x10000000 : 0) in writeToParcel()
1364 if (wakelockTag != null) { in writeToParcel()
1365 wakelockTag.writeToParcel(dest, flags); in writeToParcel()
1394 wakelockTag = localWakelockTag; in readFromParcel()
1395 wakelockTag.readFromParcel(src); in readFromParcel()
1397 wakelockTag = null; in readFromParcel()
1433 wakelockTag = null; in clear()
1461 if (o.wakelockTag != null) { in setToCommon()
1462 wakelockTag = localWakelockTag; in setToCommon()
[all …]
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java2262 if (cur.wakelockTag != null || cur.wakeReasonTag != null) { in writeHistoryDelta()
2308 if (cur.wakelockTag != null || cur.wakeReasonTag != null) { in writeHistoryDelta()
2311 if (cur.wakelockTag != null) { in writeHistoryDelta()
2312 wakeLockIndex = writeHistoryTag(cur.wakelockTag); in writeHistoryDelta()
2313 if (DEBUG) Slog.i(TAG, "WRITE DELTA: wakelockTag=#" + cur.wakelockTag.poolIdx in writeHistoryDelta()
2314 + " " + cur.wakelockTag.uid + ":" + cur.wakelockTag.string); in writeHistoryDelta()
2565 cur.wakelockTag = cur.localWakelockTag; in readHistoryDelta()
2566 readHistoryTag(wakeLockIndex, cur.wakelockTag); in readHistoryDelta()
2567 if (DEBUG) Slog.i(TAG, "READ DELTA: wakelockTag=#" + cur.wakelockTag.poolIdx in readHistoryDelta()
2568 + " " + cur.wakelockTag.uid + ":" + cur.wakelockTag.string); in readHistoryDelta()
[all …]