Searched refs:getLeashTokenLocked (Results 1 – 4 of 4) sorted by relevance
1658 final IBinder token = getLeashTokenLocked(windowId); in resolveParentWindowIdLocked()2266 IBinder getLeashTokenLocked(int windowId) { in getLeashTokenLocked() method in AccessibilityWindowManager2303 final IBinder leashToken = getLeashTokenLocked(windowId); in isEmbeddedHierarchyWindowsLocked()
916 final IBinder token = mA11yWindowManager.getLeashTokenLocked(HOST_WINDOW_ID); in getTokenLocked_windowIsRegistered_shouldReturnToken()922 final IBinder token = mA11yWindowManager.getLeashTokenLocked(OTHER_WINDOW_ID); in getTokenLocked_windowIsNotRegistered_shouldReturnNull()
1079 final IBinder token = mA11yWindowManager.getLeashTokenLocked(HOST_WINDOW_ID); in getTokenLocked_windowIsRegistered_shouldReturnToken()1085 final IBinder token = mA11yWindowManager.getLeashTokenLocked(OTHER_WINDOW_ID); in getTokenLocked_windowIsNotRegistered_shouldReturnNull()
3586 HPLcom/android/server/accessibility/AccessibilityWindowManager;->getLeashTokenLocked(I)Landroid/os/…