Home
last modified time | relevance | path

Searched refs:resolveParentWindowIdLocked (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityWindowManagerTest.java452 assertEquals(windowId, mA11yWindowManager.resolveParentWindowIdLocked(windowId)); in resolveParentWindowId_windowIsNotEmbedded_shouldReturnGivenId()
458 assertEquals(windowId, mA11yWindowManager.resolveParentWindowIdLocked(windowId)); in resolveParentWindowId_windowIsNotRegistered_shouldReturnGivenId()
473 final int resolvedWindowId = mA11yWindowManager.resolveParentWindowIdLocked( in resolveParentWindowId_windowIsAssociated_shouldReturnParentWindowId()
491 final int resolvedWindowId = mA11yWindowManager.resolveParentWindowIdLocked( in resolveParentWindowId_windowIsDisassociated_shouldReturnGivenId()
DAccessibilityWindowManagerWithAccessibilityWindowTest.java591 assertEquals(windowId, mA11yWindowManager.resolveParentWindowIdLocked(windowId)); in resolveParentWindowId_windowIsNotEmbedded_shouldReturnGivenId()
597 assertEquals(windowId, mA11yWindowManager.resolveParentWindowIdLocked(windowId)); in resolveParentWindowId_windowIsNotRegistered_shouldReturnGivenId()
612 final int resolvedWindowId = mA11yWindowManager.resolveParentWindowIdLocked( in resolveParentWindowId_windowIsAssociated_shouldReturnParentWindowId()
630 final int resolvedWindowId = mA11yWindowManager.resolveParentWindowIdLocked( in resolveParentWindowId_windowIsDisassociated_shouldReturnGivenId()
DAccessibilitySecurityPolicyTest.java170 when(mMockA11yWindowManager.resolveParentWindowIdLocked(anyInt())).then(returnsFirstArg()); in setUp()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java1657 public int resolveParentWindowIdLocked(int windowId) { in resolveParentWindowIdLocked() method in AccessibilityWindowManager
1684 final int parentWindowId = resolveParentWindowIdLocked(windowId); in computePartialInteractiveRegionForWindowLocked()
1897 windowId = resolveParentWindowIdLocked(windowId); in findA11yWindowInfoByIdLocked()
1913 windowId = resolveParentWindowIdLocked(windowId); in findWindowInfoByIdLocked()
DAccessibilitySecurityPolicy.java541 if (mAccessibilityWindowManager.resolveParentWindowIdLocked(windowId) in isRetrievalAllowingWindowLocked()
DAccessibilityManagerService.java6408 final int resolvedWindowId = mA11yWindowManager.resolveParentWindowIdLocked( in postponeWindowStateEvent()
/frameworks/base/services/
Dart-wear-profile3600 PLcom/android/server/accessibility/AccessibilityWindowManager;->resolveParentWindowIdLocked(I)I