Searched refs:overlayTitle (Results 1 – 1 of 1) sorted by relevance
135 final String overlayTitle = "Overlay title"; in testA11yServiceShowsOverlay_shouldAppear() local140 addOverlayWindow(mService, overlayTitle); in testA11yServiceShowsOverlay_shouldAppear()146 .isEqualTo(overlayTitle); in testA11yServiceShowsOverlay_shouldAppear()195 final String overlayTitle = "Overlay title"; in testA11yServiceShowsDisplayEmbeddedOverlayWithoutCallback_shouldAppearAndDisappear() local196 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() local207 final SurfaceControl sc = createDisplayOverlay(overlayTitle); in testEmbeddedDisplayOverlayWithServiceExit_shouldAppearAndDisappear()208 attachOverlayToDisplayAndCheck(sc, overlayTitle, null, null); in testEmbeddedDisplayOverlayWithServiceExit_shouldAppearAndDisappear()[all …]