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