Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DMediaFocusControl.java551 final Iterator<Entry<String, FocusRequester>> ownerIterator = owners.iterator(); in removeFocusEntryForExtPolicyOnDeath() local
552 while (ownerIterator.hasNext()) { in removeFocusEntryForExtPolicyOnDeath()
553 final Entry<String, FocusRequester> owner = ownerIterator.next(); in removeFocusEntryForExtPolicyOnDeath()
556 ownerIterator.remove(); in removeFocusEntryForExtPolicyOnDeath()
1012 final Iterator<Entry<String, FocusRequester>> ownerIterator = owners.iterator(); in dumpExtFocusPolicyFocusOwners() local
1013 while (ownerIterator.hasNext()) { in dumpExtFocusPolicyFocusOwners()
1014 final Entry<String, FocusRequester> owner = ownerIterator.next(); in dumpExtFocusPolicyFocusOwners()