Searched refs:assertDecorViewAppeared (Results 1 – 7 of 7) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | BlankWithTitleActivity.java | 18 import static android.contentcaptureservice.cts.Assertions.assertDecorViewAppeared; 59 assertDecorViewAppeared(events, 2, decorView); in assertDefaultEvents()
|
D | CustomViewActivity.java | 18 import static android.contentcaptureservice.cts.Assertions.assertDecorViewAppeared; 134 assertDecorViewAppeared(events, 2, getDecorView()); in assertJustInitialViewsAppeared()
|
D | LoginActivity.java | 18 import static android.contentcaptureservice.cts.Assertions.assertDecorViewAppeared; 128 assertDecorViewAppeared(events, 2, decorView); in assertJustInitialViewsAppeared()
|
D | LoginActivityTest.java | 21 import static android.contentcaptureservice.cts.Assertions.assertDecorViewAppeared; 194 assertDecorViewAppeared(mainEvents, 2, decorView); in testSimpleLifecycle_rootViewSession() 328 assertDecorViewAppeared(events, 3, decorView); in testSimpleLifecycle_changeContextOnCreate()
|
D | CustomViewActivityTest.java | 18 import static android.contentcaptureservice.cts.Assertions.assertDecorViewAppeared; 168 assertDecorViewAppeared(events, 2, decorView); in testVirtualView_wrongWay()
|
D | Assertions.java | 158 public static void assertDecorViewAppeared(@NonNull List<ContentCaptureEvent> events, in assertDecorViewAppeared() method in Assertions
|
D | ChildlessActivityTest.java | 21 import static android.contentcaptureservice.cts.Assertions.assertDecorViewAppeared; 321 assertDecorViewAppeared(events, 2, decorView); in testAddAndRemoveImportantChild()
|