Searched refs:ascendingIterator (Results 1 – 1 of 1) sorted by relevance
285 Iterator<Entry<LifecycleObserver, ObserverWithState>> ascendingIterator = in forwardPass() local287 while (ascendingIterator.hasNext() && !mNewEventOccurred) { in forwardPass()288 Entry<LifecycleObserver, ObserverWithState> entry = ascendingIterator.next(); in forwardPass()