Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DBlankWithTitleActivity.java18 import static android.contentcaptureservice.cts.Assertions.assertDecorViewAppeared;
59 assertDecorViewAppeared(events, 2, 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;
128 assertDecorViewAppeared(events, 2, decorView); in assertJustInitialViewsAppeared()
DLoginActivityTest.java21 import static android.contentcaptureservice.cts.Assertions.assertDecorViewAppeared;
194 assertDecorViewAppeared(mainEvents, 2, decorView); in testSimpleLifecycle_rootViewSession()
328 assertDecorViewAppeared(events, 3, decorView); in testSimpleLifecycle_changeContextOnCreate()
DCustomViewActivityTest.java18 import static android.contentcaptureservice.cts.Assertions.assertDecorViewAppeared;
168 assertDecorViewAppeared(events, 2, decorView); in testVirtualView_wrongWay()
DAssertions.java158 public static void assertDecorViewAppeared(@NonNull List<ContentCaptureEvent> events, in assertDecorViewAppeared() method in Assertions
DChildlessActivityTest.java21 import static android.contentcaptureservice.cts.Assertions.assertDecorViewAppeared;
321 assertDecorViewAppeared(events, 2, decorView); in testAddAndRemoveImportantChild()