Searched refs:getWindowTokensForUserLocked (Results 1 – 1 of 1) sorted by relevance
1249 getWindowTokensForUserLocked(resolvedUserId).put(windowId, token); in addAccessibilityInteractionConnection()1304 getWindowTokensForUserLocked(userId), in removeAccessibilityInteractionConnection()1377 window = getWindowTokensForUserLocked(userId).get(windowId); in removeAccessibilityInteractionConnectionLocked()1378 getWindowTokensForUserLocked(userId).remove(windowId); in removeAccessibilityInteractionConnectionLocked()1426 windowToken = getWindowTokensForUserLocked(userId).get(windowId); in getWindowTokenForUserAndWindowIdLocked()1458 final int userIndex = getWindowTokensForUserLocked(userId).indexOfValue(token); in findWindowIdLocked()1460 return getWindowTokensForUserLocked(userId).keyAt(userIndex); in findWindowIdLocked()1976 private SparseArray<IBinder> getWindowTokensForUserLocked(int userId) { in getWindowTokensForUserLocked() method in AccessibilityWindowManager