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;
128 assertDecorViewAppeared(events, 2, decorView); in assertJustInitialViewsAppeared()
DEventsAssertor.java112 public EventsAssertor assertDecorViewAppeared(@NonNull View expectedDecorView) { in assertDecorViewAppeared() method in EventsAssertor
DCustomViewActivityTest.java148 .assertDecorViewAppeared(decorView) in testSessionLifecycleEvents()
214 .assertDecorViewAppeared(decorView) in testVirtualView_wrongWay()
DLoginActivityTest.java21 import static android.contentcaptureservice.cts.Assertions.assertDecorViewAppeared;
246 assertDecorViewAppeared(mainEvents, 2, decorView); in testSimpleLifecycle_rootViewSession()
380 assertDecorViewAppeared(events, 3, decorView); in testSimpleLifecycle_changeContextOnCreate()
DAssertions.java179 public static void assertDecorViewAppeared(@NonNull List<ContentCaptureEvent> events, in assertDecorViewAppeared() method in Assertions
DChildlessActivityTest.java318 .assertDecorViewAppeared(decorView) in testAddAndRemoveImportantChild()