Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DMediaFocusControl.java467 final Iterator<Entry<String, FocusRequester>> ownerIterator = owners.iterator(); in removeFocusEntryForExtPolicyOnDeath() local
468 while (ownerIterator.hasNext()) { in removeFocusEntryForExtPolicyOnDeath()
469 final Entry<String, FocusRequester> owner = ownerIterator.next(); in removeFocusEntryForExtPolicyOnDeath()
472 ownerIterator.remove(); in removeFocusEntryForExtPolicyOnDeath()
869 final Iterator<Entry<String, FocusRequester>> ownerIterator = owners.iterator(); in dumpExtFocusPolicyFocusOwners() local
870 while (ownerIterator.hasNext()) { in dumpExtFocusPolicyFocusOwners()
871 final Entry<String, FocusRequester> owner = ownerIterator.next(); in dumpExtFocusPolicyFocusOwners()