Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHistoryIterator.java283 private boolean readHistoryTag(Parcel src, int index, BatteryStats.HistoryTag outTag) { in readHistoryTag() argument
298 outTag.setTo(tag); in readHistoryTag()
302 outTag.setTo(historyTag); in readHistoryTag()
304 outTag.string = null; in readHistoryTag()
305 outTag.uid = 0; in readHistoryTag()
307 outTag.poolIdx = index; in readHistoryTag()