Searched refs:windowTokens (Results 1 – 1 of 1) sorted by relevance
1347 SparseArray<IBinder> windowTokens, SparseArray<RemoteAccessibilityConnection> in removeAccessibilityInteractionConnectionInternalLocked() argument1349 final int count = windowTokens.size(); in removeAccessibilityInteractionConnectionInternalLocked()1351 if (windowTokens.valueAt(i) == windowToken) { in removeAccessibilityInteractionConnectionInternalLocked()1352 final int windowId = windowTokens.keyAt(i); in removeAccessibilityInteractionConnectionInternalLocked()1353 windowTokens.removeAt(i); in removeAccessibilityInteractionConnectionInternalLocked()1977 SparseArray<IBinder> windowTokens = mWindowTokens.get(userId); in getWindowTokensForUserLocked() local1978 if (windowTokens == null) { in getWindowTokensForUserLocked()1979 windowTokens = new SparseArray<>(); in getWindowTokensForUserLocked()1980 mWindowTokens.put(userId, windowTokens); in getWindowTokensForUserLocked()1982 return windowTokens; in getWindowTokensForUserLocked()