Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java100 private final SparseArray<SparseArray<IBinder>> mWindowTokens = new SparseArray<>(); field in AccessibilityWindowManager
1464 final int userCount = mWindowTokens.size(); in removeAccessibilityInteractionConnection()
1466 final int userId = mWindowTokens.keyAt(i); in removeAccessibilityInteractionConnection()
2130 return mWindowTokens.indexOfKey(userId) >= 0; in isValidUserForWindowTokensLocked()
2145 SparseArray<IBinder> windowTokens = mWindowTokens.get(userId); in getWindowTokensForUserLocked()
2148 mWindowTokens.put(userId, windowTokens); in getWindowTokensForUserLocked()