Searched refs:assertSessionResumed (Results 1 – 7 of 7) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | BlankWithTitleActivity.java | 21 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed; 57 assertSessionResumed(events, 0); in assertDefaultEvents()
|
D | CustomViewActivity.java | 21 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed; 132 assertSessionResumed(events, 0); in assertJustInitialViewsAppeared()
|
D | LoginActivity.java | 21 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed; 126 assertSessionResumed(events, 0); in assertJustInitialViewsAppeared()
|
D | ChildlessActivityTest.java | 27 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()
|
D | Assertions.java | 261 public static void assertSessionResumed(@NonNull List<ContentCaptureEvent> events, in assertSessionResumed() method in Assertions 284 assertSessionResumed(events, 0); in assertNoViewLevelEvents()
|
D | LoginActivityTest.java | 27 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed; 192 assertSessionResumed(mainEvents, 0); in testSimpleLifecycle_rootViewSession() 326 assertSessionResumed(events, 1); in testSimpleLifecycle_changeContextOnCreate()
|
D | CustomViewActivityTest.java | 21 import static android.contentcaptureservice.cts.Assertions.assertSessionResumed; 166 assertSessionResumed(events, 0); in testVirtualView_wrongWay()
|