Searched refs:getNextHistoryLocked (Results 1 – 3 of 3) sorted by relevance
210 while (stats.getNextHistoryLocked(rec)) { in parse()257 while (stats.getNextHistoryLocked(rec) && i < N) { in parse()
1790 public abstract boolean getNextHistoryLocked(HistoryItem out); in getNextHistoryLocked() method in BatteryStats5767 while (getNextHistoryLocked(rec)) { in dumpHistoryLocked()
9169 public boolean getNextHistoryLocked(HistoryItem out) { in getNextHistoryLocked() method in BatteryStatsImpl