Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DBlankWithTitleActivity.java21 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed;
57 assertSessionResumed(events, 0); 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.java27 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed;
229 assertSessionResumed(events1, 0); in testLaunchAnotherActivity_onTopOfIt()
231 assertSessionResumed(events1, 2); in testLaunchAnotherActivity_onTopOfIt()
319 assertSessionResumed(events, 0); in testAddAndRemoveImportantChild()
366 assertSessionResumed(events, 0); in testAddImportantChildAfterSessionStarted()
414 assertSessionResumed(mainEvents, 0); in testAddAndRemoveImportantChildOnDifferentSession()
732 assertSessionResumed(mainEvents, 0); in testDinamicallyManageSiblingSessions()
DAssertions.java261 public static void assertSessionResumed(@NonNull List<ContentCaptureEvent> events, in assertSessionResumed() method in Assertions
284 assertSessionResumed(events, 0); in assertNoViewLevelEvents()
DLoginActivityTest.java27 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed;
192 assertSessionResumed(mainEvents, 0); in testSimpleLifecycle_rootViewSession()
326 assertSessionResumed(events, 1); in testSimpleLifecycle_changeContextOnCreate()
DCustomViewActivityTest.java21 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed;
166 assertSessionResumed(events, 0); in testVirtualView_wrongWay()