Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java221 final List<ContentCaptureEvent> childEvents = childSession.getEvents(); in testSimpleLifecycle_rootViewSession() local
222 Log.v(TAG, "events for child session: " + childEvents); in testSimpleLifecycle_rootViewSession()
224 assertThat(childEvents.size()).isAtLeast(minChildEvents); in testSimpleLifecycle_rootViewSession()
225 assertViewAppeared(childEvents, 0, childSessionId, activity.getRootView(), in testSimpleLifecycle_rootViewSession()
227 assertViewAppeared(childEvents, 1, childSessionId, activity.mUsernameLabel, rootId); in testSimpleLifecycle_rootViewSession()
228 assertViewAppeared(childEvents, 2, childSessionId, activity.mUsername, rootId); in testSimpleLifecycle_rootViewSession()
229 assertViewAppeared(childEvents, 3, childSessionId, activity.mPasswordLabel, rootId); in testSimpleLifecycle_rootViewSession()
230 assertViewAppeared(childEvents, 4, childSessionId, activity.mPassword, rootId); in testSimpleLifecycle_rootViewSession()
232 assertViewsOptionallyDisappeared(childEvents, minChildEvents, in testSimpleLifecycle_rootViewSession()
DChildlessActivityTest.java422 final List<ContentCaptureEvent> childEvents = childTestSession.getEvents(); in testAddAndRemoveImportantChildOnDifferentSession() local
423 Log.v(TAG, "childEvents(" + childEvents.size() + "): " + childEvents); in testAddAndRemoveImportantChildOnDifferentSession()
425 assertThat(childEvents.size()).isAtLeast(minEvents); in testAddAndRemoveImportantChildOnDifferentSession()
426 assertViewTreeStarted(childEvents, 0); in testAddAndRemoveImportantChildOnDifferentSession()
427 assertViewAppeared(childEvents, 1, childSessionId, child, rootView.getAutofillId()); in testAddAndRemoveImportantChildOnDifferentSession()
428 assertViewTreeFinished(childEvents, 2); in testAddAndRemoveImportantChildOnDifferentSession()
596 final List<ContentCaptureEvent> childEvents = childTestSession.getEvents(); in dinamicallyAddOneChildOnAnotherSessionTest() local
597 assertThat(childEvents.size()).isAtLeast(3); in dinamicallyAddOneChildOnAnotherSessionTest()
599 assertViewTreeStarted(childEvents, 0); in dinamicallyAddOneChildOnAnotherSessionTest()
600 assertViewAppeared(childEvents, 1, child, rootId); in dinamicallyAddOneChildOnAnotherSessionTest()
[all …]