Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java1512 SparseArray<IBinder> windowTokens, SparseArray<RemoteAccessibilityConnection> in removeAccessibilityInteractionConnectionInternalLocked() argument
1514 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() local
2146 if (windowTokens == null) { in getWindowTokensForUserLocked()
2147 windowTokens = new SparseArray<>(); in getWindowTokensForUserLocked()
2148 mWindowTokens.put(userId, windowTokens); in getWindowTokensForUserLocked()
2150 return windowTokens; in getWindowTokensForUserLocked()