Searched refs:getWindowTokensForUserLocked (Results 1 – 2 of 2) sorted by relevance
981 getWindowTokensForUserLocked(resolvedUserId).put(windowId, token); in addAccessibilityInteractionConnection()1030 getWindowTokensForUserLocked(userId), in removeAccessibilityInteractionConnection()1103 window = getWindowTokensForUserLocked(userId).get(windowId); in removeAccessibilityInteractionConnectionLocked()1104 getWindowTokensForUserLocked(userId).remove(windowId); in removeAccessibilityInteractionConnectionLocked()1147 windowToken = getWindowTokensForUserLocked(userId).get(windowId); in getWindowTokenForUserAndWindowIdLocked()1176 final int userIndex = getWindowTokensForUserLocked(userId).indexOfValue(token); in findWindowIdLocked()1178 return getWindowTokensForUserLocked(userId).keyAt(userIndex); in findWindowIdLocked()1608 private SparseArray<IBinder> getWindowTokensForUserLocked(int userId) { in getWindowTokensForUserLocked() method in AccessibilityWindowManager
4570 HPLcom/android/server/accessibility/AccessibilityWindowManager;->getWindowTokensForUserLocked(I)Lan…