Searched refs:mInteractionConnections (Results 1 – 1 of 1) sorted by relevance
99 mInteractionConnections = new SparseArray<>(); field in AccessibilityWindowManager2126 return mInteractionConnections.indexOfKey(userId) >= 0; in isValidUserForInteractionConnectionsLocked()2135 SparseArray<RemoteAccessibilityConnection> connection = mInteractionConnections.get( in getInteractionConnectionsForUserLocked()2139 mInteractionConnections.put(userId, connection); in getInteractionConnectionsForUserLocked()