Searched refs:windowTokens (Results 1 – 1 of 1) sorted by relevance
1512 SparseArray<IBinder> windowTokens, SparseArray<RemoteAccessibilityConnection> in removeAccessibilityInteractionConnectionInternalLocked() argument1514 final int count = windowTokens.size(); in removeAccessibilityInteractionConnectionInternalLocked()1516 if (windowTokens.valueAt(i) == windowToken) { in removeAccessibilityInteractionConnectionInternalLocked()1517 final int windowId = windowTokens.keyAt(i); in removeAccessibilityInteractionConnectionInternalLocked()1518 windowTokens.removeAt(i); in removeAccessibilityInteractionConnectionInternalLocked()2145 SparseArray<IBinder> windowTokens = mWindowTokens.get(userId); in getWindowTokensForUserLocked() local2146 if (windowTokens == null) { in getWindowTokensForUserLocked()2147 windowTokens = new SparseArray<>(); in getWindowTokensForUserLocked()2148 mWindowTokens.put(userId, windowTokens); in getWindowTokensForUserLocked()2150 return windowTokens; in getWindowTokensForUserLocked()