Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityOverlayTest.java231 SurfaceControl sc = doOverlayWindowTest(overlayTitle, null, null); in testA11yServiceShowsWindowEmbeddedOverlayWithoutCallback_shouldAppearAndDisappear()
248 SurfaceControl sc = doOverlayWindowTest(overlayTitle, mExecutor, mCallback); in testA11yServiceShowsWindowEmbeddedOverlayWithCallback_shouldAppearAndDisappear()
266 doOverlayWindowTest(overlayTitle, null, null); in testEmbeddedWindowOverlayWithServiceExit_shouldAppearAndDisappear()
275 private SurfaceControl doOverlayWindowTest( in doOverlayWindowTest() method in AccessibilityOverlayTest