Searched refs:displayToDispatch (Results 1 – 1 of 1) sorted by relevance
842 Set<Integer> displayToDispatch = new ArraySet<>(); in handleDispatchUxRestrictionsLocked() local851 displayToDispatch.add(port); in handleDispatchUxRestrictionsLocked()854 if (displayToDispatch.isEmpty()) { in handleDispatchUxRestrictionsLocked()858 for (int port : displayToDispatch) { in handleDispatchUxRestrictionsLocked()863 dispatchRestrictionsToClients(newUxRestrictions, displayToDispatch); in handleDispatchUxRestrictionsLocked()869 Set<Integer> displayToDispatch) { in dispatchRestrictionsToClients() argument877 if (!displayToDispatch.contains(cookie.mPhysicalPort)) { in dispatchRestrictionsToClients()