Searched refs:getNextHistoryLocked (Results 1 – 3 of 3) sorted by relevance
221 while (stats.getNextHistoryLocked(rec)) { in parse()268 while (stats.getNextHistoryLocked(rec) && i < N) { in parse()
1635 public abstract boolean getNextHistoryLocked(HistoryItem out); in getNextHistoryLocked() method in BatteryStats5090 while (getNextHistoryLocked(rec)) { in dumpHistoryLocked()
8081 public boolean getNextHistoryLocked(HistoryItem out) { in getNextHistoryLocked() method in BatteryStatsImpl