Searched refs:getWindowIdLocked (Results 1 – 3 of 3) sorted by relevance
884 final int windowId = mA11yWindowManager.getWindowIdLocked(mMockHostToken); in getWindowIdLocked_windowIsRegistered_shouldReturnWindowId()890 final int windowId = mA11yWindowManager.getWindowIdLocked(mMockInvalidToken); in getWindowIdLocked_windowIsNotRegistered_shouldReturnInvalidWindowId()
1498 final int resolvedWindowId = getWindowIdLocked(resolvedToken); in resolveParentWindowIdLocked()2108 int getWindowIdLocked(IBinder token) { in getWindowIdLocked() method in AccessibilityWindowManager
1546 return mA11yWindowManager.getWindowIdLocked(token); in getWindowIdForLeashToken()