Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityOverlayTest.java135 final String overlayTitle = "Overlay title"; in testA11yServiceShowsOverlay_shouldAppear() local
140 addOverlayWindow(mService, overlayTitle); in testA11yServiceShowsOverlay_shouldAppear()
146 .isEqualTo(overlayTitle); in testA11yServiceShowsOverlay_shouldAppear()
195 final String overlayTitle = "Overlay title"; in testA11yServiceShowsDisplayEmbeddedOverlayWithoutCallback_shouldAppearAndDisappear() local
196 final SurfaceControl sc = createDisplayOverlay(overlayTitle); in testA11yServiceShowsDisplayEmbeddedOverlayWithoutCallback_shouldAppearAndDisappear()
197 attachOverlayToDisplayAndCheck(sc, overlayTitle, null, null); in testA11yServiceShowsDisplayEmbeddedOverlayWithoutCallback_shouldAppearAndDisappear()
198 removeOverlayAndCheck(sc, overlayTitle); in testA11yServiceShowsDisplayEmbeddedOverlayWithoutCallback_shouldAppearAndDisappear()
206 final String overlayTitle = "Overlay title"; in testEmbeddedDisplayOverlayWithServiceExit_shouldAppearAndDisappear() local
207 final SurfaceControl sc = createDisplayOverlay(overlayTitle); in testEmbeddedDisplayOverlayWithServiceExit_shouldAppearAndDisappear()
208 attachOverlayToDisplayAndCheck(sc, overlayTitle, null, null); in testEmbeddedDisplayOverlayWithServiceExit_shouldAppearAndDisappear()
[all …]