Searched refs:assertSessionResumed (Results 1 – 8 of 8) sorted by relevance
46 .assertSessionResumed() in assertDefaultEvents()
21 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed;132 assertSessionResumed(events, 0); in assertJustInitialViewsAppeared()
21 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed;120 assertSessionResumed(events, 0); in assertJustInitialViewsAppeared()154 .assertSessionResumed() in assertInitialViewsAppeared()
26 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed;229 assertSessionResumed(events1, 0); in testLaunchAnotherActivity_onTopOfIt()231 assertSessionResumed(events1, 2); in testLaunchAnotherActivity_onTopOfIt()320 .assertSessionResumed() in testAddAndRemoveImportantChild()368 .assertSessionResumed() in testAddImportantChildAfterSessionStarted()422 .assertSessionResumed() in testAddAndRemoveImportantChildOnDifferentSession()747 .assertSessionResumed() in testDinamicallyManageSiblingSessions()
144 .assertSessionResumed() in testSessionLifecycleEvents()150 .assertSessionResumed() in testSessionLifecycleEvents()210 .assertSessionResumed() in testVirtualView_wrongWay()
282 public static void assertSessionResumed(@NonNull List<ContentCaptureEvent> events, in assertSessionResumed() method in Assertions305 assertSessionResumed(events, 0); in assertNoViewLevelEvents()
27 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed;244 assertSessionResumed(mainEvents, 0); in testSimpleLifecycle_rootViewSession()380 assertSessionResumed(events, 1); in testSimpleLifecycle_changeContextOnCreate()
67 public EventsAssertor assertSessionResumed() { in assertSessionResumed() method in EventsAssertor