Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityOverlayTest.java229 Activity activity = showActivity(); in testA11yServiceShowsWindowEmbeddedOverlayWithoutCallback_shouldAppearAndDisappear()
246 Activity activity = showActivity(); in testA11yServiceShowsWindowEmbeddedOverlayWithCallback_shouldAppearAndDisappear()
264 Activity activity = showActivity(); in testEmbeddedWindowOverlayWithServiceExit_shouldAppearAndDisappear()
591 private Activity showActivity() throws Exception { in showActivity() method in AccessibilityOverlayTest