Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java1248 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