Home
last modified time | relevance | path

Searched refs:assertSessionResumed (Results 1 – 8 of 8) sorted by relevance

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DBlankWithTitleActivity.java46 .assertSessionResumed() in assertDefaultEvents()
DCustomViewActivity.java21 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed;
132 assertSessionResumed(events, 0); in assertJustInitialViewsAppeared()
DLoginActivity.java21 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed;
126 assertSessionResumed(events, 0); in assertJustInitialViewsAppeared()
DChildlessActivityTest.java26 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed;
226 assertSessionResumed(events1, 0); in testLaunchAnotherActivity_onTopOfIt()
228 assertSessionResumed(events1, 2); in testLaunchAnotherActivity_onTopOfIt()
316 .assertSessionResumed() in testAddAndRemoveImportantChild()
362 .assertSessionResumed() in testAddImportantChildAfterSessionStarted()
411 .assertSessionResumed() in testAddAndRemoveImportantChildOnDifferentSession()
732 .assertSessionResumed() in testDinamicallyManageSiblingSessions()
DCustomViewActivityTest.java146 .assertSessionResumed() in testSessionLifecycleEvents()
152 .assertSessionResumed() in testSessionLifecycleEvents()
212 .assertSessionResumed() in testVirtualView_wrongWay()
DAssertions.java282 public static void assertSessionResumed(@NonNull List<ContentCaptureEvent> events, in assertSessionResumed() method in Assertions
305 assertSessionResumed(events, 0); in assertNoViewLevelEvents()
DEventsAssertor.java67 public EventsAssertor assertSessionResumed() { in assertSessionResumed() method in EventsAssertor
DLoginActivityTest.java27 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed;
244 assertSessionResumed(mainEvents, 0); in testSimpleLifecycle_rootViewSession()
378 assertSessionResumed(events, 1); in testSimpleLifecycle_changeContextOnCreate()