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