Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarUxRestrictionsManagerService.java842 Set<Integer> displayToDispatch = new ArraySet<>(); in handleDispatchUxRestrictionsLocked() local
851 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() argument
877 if (!displayToDispatch.contains(cookie.mPhysicalPort)) { in dispatchRestrictionsToClients()