Searched refs:HistoryTag (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java531 public final static class HistoryTag { class in class:BatteryStats
537 public void setTo(HistoryTag o) {
565 HistoryTag that = (HistoryTag) o;
670 public HistoryTag wakelockTag;
673 public HistoryTag wakeReasonTag;
723 public HistoryTag eventTag;
732 public final HistoryTag localWakelockTag = new HistoryTag();
733 public final HistoryTag localWakeReasonTa
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java211 final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<HistoryTag, Integer>();
1886 private int writeHistoryTag(HistoryTag tag) {
1893 HistoryTag key = new HistoryTag();
1903 private void readHistoryTag(int index, HistoryTag tag) {
6478 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) {
6479 final HistoryTag tag = ent.getKey();
7674 HistoryTag tag = new HistoryTag();
[all...]

Completed in 51 milliseconds