Searched refs:assertViewTreeStarted (Results 1 – 9 of 9) sorted by relevance
24 import static android.contentcaptureservice.cts.Assertions.assertViewTreeStarted;121 assertViewTreeStarted(events, 1); in assertJustInitialViewsAppeared()155 .assertViewTreeStarted() in assertInitialViewsAppeared()198 assertViewTreeStarted(events, i); in assertInitialViewsDisappeared()232 assertor.assertViewTreeStarted() in assertInitialViewsDisappeared()
152 .assertViewTreeStarted() in testAddAndRemoveImportantChild()196 .assertViewTreeStarted() in testAddImportantChildAfterSessionStarted()198 .assertViewTreeStarted() in testAddImportantChildAfterSessionStarted()
30 import static android.contentcaptureservice.cts.Assertions.assertViewTreeStarted;321 .assertViewTreeStarted() in testAddAndRemoveImportantChild()328 .assertViewTreeStarted() in testAddAndRemoveImportantChild()369 .assertViewTreeStarted() in testAddImportantChildAfterSessionStarted()423 .assertViewTreeStarted() in testAddAndRemoveImportantChildOnDifferentSession()438 .assertViewTreeStarted() in testAddAndRemoveImportantChildOnDifferentSession()612 assertViewTreeStarted(childEvents, 0); in dinamicallyAddOneChildOnAnotherSessionTest()748 .assertViewTreeStarted() in testDinamicallyManageSiblingSessions()758 .assertViewTreeStarted() in testDinamicallyManageSiblingSessions()764 .assertViewTreeStarted() in testDinamicallyManageSiblingSessions()[all …]
47 .assertViewTreeStarted() in assertDefaultEvents()
24 import static android.contentcaptureservice.cts.Assertions.assertViewTreeStarted;133 assertViewTreeStarted(events, 1); in assertJustInitialViewsAppeared()
145 .assertViewTreeStarted() in testSessionLifecycleEvents()211 .assertViewTreeStarted() in testVirtualView_wrongWay()456 .assertViewTreeStarted() in testVirtualView_batchDisappear()508 .assertViewTreeStarted() in testVirtualView_batchAppear()
30 import static android.contentcaptureservice.cts.Assertions.assertViewTreeStarted;245 assertViewTreeStarted(mainEvents, 1); in testSimpleLifecycle_rootViewSession()381 assertViewTreeStarted(events, 2); in testSimpleLifecycle_changeContextOnCreate()909 .assertViewTreeStarted() in testViewAppeared_withNewContext()953 .assertViewTreeStarted() in testAddChildren_afterAnimation()
87 public EventsAssertor assertViewTreeStarted() { in assertViewTreeStarted() method in EventsAssertor
253 public static void assertViewTreeStarted(@NonNull List<ContentCaptureEvent> events, in assertViewTreeStarted() method in Assertions