Home
last modified time | relevance | path

Searched refs:mainEvents (Results 1 – 2 of 2) sorted by relevance

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java410 final List<ContentCaptureEvent> mainEvents = mainTestSession.getEvents(); in testAddAndRemoveImportantChildOnDifferentSession() local
411 Log.v(TAG, "mainEvents(" + mainEvents.size() + "): " + mainEvents); in testAddAndRemoveImportantChildOnDifferentSession()
413 assertThat(mainEvents.size()).isAtLeast(5); in testAddAndRemoveImportantChildOnDifferentSession()
414 assertSessionResumed(mainEvents, 0); in testAddAndRemoveImportantChildOnDifferentSession()
415 assertViewTreeStarted(mainEvents, 1); in testAddAndRemoveImportantChildOnDifferentSession()
416 assertViewAppeared(mainEvents, 2, mainSessionId, rootView, grandpa.getAutofillId()); in testAddAndRemoveImportantChildOnDifferentSession()
417 assertViewTreeFinished(mainEvents, 3); in testAddAndRemoveImportantChildOnDifferentSession()
418 assertSessionPaused(mainEvents, 4); in testAddAndRemoveImportantChildOnDifferentSession()
515 final List<ContentCaptureEvent> mainEvents = mainTestSession.getEvents(); in testDinamicallyManageChildlessSiblingSessions() local
520 Log.v(TAG, "mainEvents(" + mainEvents.size() + "): " + mainEvents); in testDinamicallyManageChildlessSiblingSessions()
[all …]
DLoginActivityTest.java182 final List<ContentCaptureEvent> mainEvents = mainSession.getEvents(); in testSimpleLifecycle_rootViewSession() local
183 Log.v(TAG, "events(" + mainEvents.size() + ") for main session: " + mainEvents); in testSimpleLifecycle_rootViewSession()
191 assertThat(mainEvents.size()).isAtLeast(minEvents); in testSimpleLifecycle_rootViewSession()
192 assertSessionResumed(mainEvents, 0); in testSimpleLifecycle_rootViewSession()
193 assertViewTreeStarted(mainEvents, 1); in testSimpleLifecycle_rootViewSession()
194 assertDecorViewAppeared(mainEvents, 2, decorView); in testSimpleLifecycle_rootViewSession()
195 assertViewAppeared(mainEvents, 3, grandpa2, decorView.getAutofillId()); in testSimpleLifecycle_rootViewSession()
196 assertViewAppeared(mainEvents, 4, grandpa1, grandpa2.getAutofillId()); in testSimpleLifecycle_rootViewSession()
197 assertViewTreeFinished(mainEvents, 5); in testSimpleLifecycle_rootViewSession()
202 final boolean disappeared = assertViewsOptionallyDisappeared(mainEvents, pausedIndex, in testSimpleLifecycle_rootViewSession()
[all …]