Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DBlankWithTitleActivity.java48 .assertDecorViewAppeared(decorView) in assertDefaultEvents()
DCustomViewActivity.java18 import static android.contentcaptureservice.cts.Assertions.assertDecorViewAppeared;
134 assertDecorViewAppeared(events, 2, getDecorView()); in assertJustInitialViewsAppeared()
DLoginActivity.java18 import static android.contentcaptureservice.cts.Assertions.assertDecorViewAppeared;
122 assertDecorViewAppeared(events, 2, decorView); in assertJustInitialViewsAppeared()
156 .assertDecorViewAppeared(decorView) in assertInitialViewsAppeared()
DChildlessActivityTest.java322 .assertDecorViewAppeared(decorView) in testAddAndRemoveImportantChild()
370 .assertDecorViewAppeared(decor) in testAddImportantChildAfterSessionStarted()
424 .assertDecorViewAppeared(decor) in testAddAndRemoveImportantChildOnDifferentSession()
749 .assertDecorViewAppeared(decor) in testDinamicallyManageSiblingSessions()
DLoginActivityTest.java21 import static android.contentcaptureservice.cts.Assertions.assertDecorViewAppeared;
246 assertDecorViewAppeared(mainEvents, 2, decorView); in testSimpleLifecycle_rootViewSession()
382 assertDecorViewAppeared(events, 3, decorView); in testSimpleLifecycle_changeContextOnCreate()
DCustomViewActivityTest.java146 .assertDecorViewAppeared(decorView) in testSessionLifecycleEvents()
212 .assertDecorViewAppeared(decorView) in testVirtualView_wrongWay()
DEventsAssertor.java122 public EventsAssertor assertDecorViewAppeared(@NonNull View expectedDecorView) { in assertDecorViewAppeared() method in EventsAssertor
DAssertions.java179 public static void assertDecorViewAppeared(@NonNull List<ContentCaptureEvent> events, in assertDecorViewAppeared() method in Assertions