Searched refs:mWindowTokens (Results 1 – 1 of 1) sorted by relevance
100 private final SparseArray<SparseArray<IBinder>> mWindowTokens = new SparseArray<>(); field in AccessibilityWindowManager1464 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()