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;
120 assertSessionResumed(events, 0); in assertJustInitialViewsAppeared()
154 .assertSessionResumed() in assertInitialViewsAppeared()
DChildlessActivityTest.java26 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()
DCustomViewActivityTest.java144 .assertSessionResumed() in testSessionLifecycleEvents()
150 .assertSessionResumed() in testSessionLifecycleEvents()
210 .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()
DLoginActivityTest.java27 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed;
244 assertSessionResumed(mainEvents, 0); in testSimpleLifecycle_rootViewSession()
380 assertSessionResumed(events, 1); in testSimpleLifecycle_changeContextOnCreate()
DEventsAssertor.java67 public EventsAssertor assertSessionResumed() { in assertSessionResumed() method in EventsAssertor