Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DMediaFocusControl.java181 while (stackIterator.hasNext()) { in noFocusForSuspendedApp()
182 final FocusRequester focusOwner = stackIterator.next(); in noFocusForSuspendedApp()
291 while(stackIterator.hasNext()) { in dumpFocusStack()
292 stackIterator.next().dump(pw); in dumpFocusStack()
336 while(stackIterator.hasNext()) { in removeFocusStackEntry()
337 FocusRequester fr = stackIterator.next(); in removeFocusStackEntry()
341 stackIterator.remove(); in removeFocusStackEntry()
383 Iterator<FocusRequester> stackIterator = mFocusStack.iterator(); in removeFocusStackEntryOnDeath() local
384 while(stackIterator.hasNext()) { in removeFocusStackEntryOnDeath()
385 FocusRequester fr = stackIterator.next(); in removeFocusStackEntryOnDeath()
[all …]