Searched refs:getInteractionConnectionsForUserLocked (Results 1 – 1 of 1) sorted by relevance
1248 getInteractionConnectionsForUserLocked(resolvedUserId).put(windowId, wrapper); in addAccessibilityInteractionConnection()1305 getInteractionConnectionsForUserLocked(userId)); in removeAccessibilityInteractionConnection()1335 connection = getInteractionConnectionsForUserLocked(userId).get(windowId); in getConnectionLocked()1381 getInteractionConnectionsForUserLocked(userId).remove(windowId); in removeAccessibilityInteractionConnectionLocked()1965 private SparseArray<RemoteAccessibilityConnection> getInteractionConnectionsForUserLocked( in getInteractionConnectionsForUserLocked() method in AccessibilityWindowManager