Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DMediaFocusControl.java184 while (stackIterator.hasNext()) { in noFocusForSuspendedApp()
185 final FocusRequester focusOwner = stackIterator.next(); in noFocusForSuspendedApp()
339 while(stackIterator.hasNext()) { in dumpFocusStack()
340 stackIterator.next().dump(pw); in dumpFocusStack()
384 while(stackIterator.hasNext()) { in removeFocusStackEntry()
385 FocusRequester fr = stackIterator.next(); in removeFocusStackEntry()
389 stackIterator.remove(); in removeFocusStackEntry()
431 Iterator<FocusRequester> stackIterator = mFocusStack.iterator(); in removeFocusStackEntryOnDeath() local
432 while(stackIterator.hasNext()) { in removeFocusStackEntryOnDeath()
433 FocusRequester fr = stackIterator.next(); in removeFocusStackEntryOnDeath()
[all …]