Home
last modified time | relevance | path

Searched refs:associateEmbeddedHierarchyLocked (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityWindowManagerWithAccessibilityWindowTest.java458 mA11yWindowManager.associateEmbeddedHierarchyLocked( in onWindowsChanged_embeddedWindows_shouldOnlyReportHost()
610 mA11yWindowManager.associateEmbeddedHierarchyLocked(mockHostToken, mockEmbeddedToken); in resolveParentWindowId_windowIsAssociated_shouldReturnParentWindowId()
627 mA11yWindowManager.associateEmbeddedHierarchyLocked(mockHostToken, mockEmbeddedToken); in resolveParentWindowId_windowIsDisassociated_shouldReturnGivenId()
DAccessibilityWindowManagerTest.java471 mA11yWindowManager.associateEmbeddedHierarchyLocked(mockHostToken, mockEmbeddedToken); in resolveParentWindowId_windowIsAssociated_shouldReturnParentWindowId()
488 mA11yWindowManager.associateEmbeddedHierarchyLocked(mockHostToken, mockEmbeddedToken); in resolveParentWindowId_windowIsDisassociated_shouldReturnGivenId()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java1637 public void associateEmbeddedHierarchyLocked(@NonNull IBinder host, @NonNull IBinder embedded) { in associateEmbeddedHierarchyLocked() method in AccessibilityWindowManager
DAccessibilityManagerService.java4665 mA11yWindowManager.associateEmbeddedHierarchyLocked(host, embedded); in associateEmbeddedHierarchy()