Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/eventlog/
DLocalEventLog.java198 LogIterator it = new LogIterator(); in iterate()
212 ArrayList<LocalEventLog<T>.LogIterator> its = new ArrayList<>(logs.length); in iterate()
214 LocalEventLog<T>.LogIterator it = log.new LogIterator(); in iterate()
222 LocalEventLog<T>.LogIterator next = null; in iterate()
223 for (LocalEventLog<T>.LogIterator it : its) { in iterate()
269 protected final class LogIterator { class in LocalEventLog
280 public LogIterator() { in LogIterator() method in LocalEventLog.LogIterator
321 private void increment(LogIterator this) { in increment()