Searched refs:displaysToDispatch (Results 1 – 1 of 1) sorted by relevance
1011 IntArray displaysToDispatch = new IntArray(INITIAL_DISPLAYS_SIZE); in handleDispatchUxRestrictionsLocked() local1074 displaysToDispatch.add(displayId); in handleDispatchUxRestrictionsLocked()1080 if (displaysToDispatch.size() != 0) { in handleDispatchUxRestrictionsLocked()1081 dispatchRestrictionsToClientsLocked(updatedUxRestrictions, displaysToDispatch); in handleDispatchUxRestrictionsLocked()1087 IntArray displaysToDispatch) { in dispatchRestrictionsToClientsLocked() argument1095 if (displaysToDispatch.indexOf(cookie.mDisplayId) == -1) { in dispatchRestrictionsToClientsLocked()