Home
last modified time | relevance | path

Searched refs:windowTokens (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java1347 SparseArray<IBinder> windowTokens, SparseArray<RemoteAccessibilityConnection> in removeAccessibilityInteractionConnectionInternalLocked() argument
1349 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() local
1978 if (windowTokens == null) { in getWindowTokensForUserLocked()
1979 windowTokens = new SparseArray<>(); in getWindowTokensForUserLocked()
1980 mWindowTokens.put(userId, windowTokens); in getWindowTokensForUserLocked()
1982 return windowTokens; in getWindowTokensForUserLocked()