Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java1414 getWindowTokensForUserLocked(resolvedUserId).put(windowId, token); in addAccessibilityInteractionConnection()
1469 getWindowTokensForUserLocked(userId), in removeAccessibilityInteractionConnection()
1542 window = getWindowTokensForUserLocked(userId).get(windowId); in removeAccessibilityInteractionConnectionLocked()
1543 getWindowTokensForUserLocked(userId).remove(windowId); in removeAccessibilityInteractionConnectionLocked()
1591 windowToken = getWindowTokensForUserLocked(userId).get(windowId); in getWindowTokenForUserAndWindowIdLocked()
1623 final int userIndex = getWindowTokensForUserLocked(userId).indexOfValue(token); in findWindowIdLocked()
1625 return getWindowTokensForUserLocked(userId).keyAt(userIndex); in findWindowIdLocked()
2144 private SparseArray<IBinder> getWindowTokensForUserLocked(int userId) { in getWindowTokensForUserLocked() method in AccessibilityWindowManager
/frameworks/base/services/
Dart-wear-profile3591 PLcom/android/server/accessibility/AccessibilityWindowManager;->getWindowTokensForUserLocked(I)Land…