Searched refs:childEvents (Results 1 – 2 of 2) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | LoginActivityTest.java | 273 final List<ContentCaptureEvent> childEvents = childSession.getEvents(); in testSimpleLifecycle_rootViewSession() local 274 Log.v(TAG, "events for child session: " + childEvents); in testSimpleLifecycle_rootViewSession() 276 assertThat(childEvents.size()).isAtLeast(minChildEvents); in testSimpleLifecycle_rootViewSession() 277 assertViewAppeared(childEvents, 0, childSessionId, activity.getRootView(), in testSimpleLifecycle_rootViewSession() 279 assertViewAppeared(childEvents, 1, childSessionId, activity.mUsernameLabel, rootId); in testSimpleLifecycle_rootViewSession() 280 assertViewAppeared(childEvents, 2, childSessionId, activity.mUsername, rootId); in testSimpleLifecycle_rootViewSession() 281 assertViewAppeared(childEvents, 3, childSessionId, activity.mPasswordLabel, rootId); in testSimpleLifecycle_rootViewSession() 282 assertViewAppeared(childEvents, 4, childSessionId, activity.mPassword, rootId); in testSimpleLifecycle_rootViewSession() 284 assertViewsOptionallyDisappeared(childEvents, minChildEvents, in testSimpleLifecycle_rootViewSession()
|
D | ChildlessActivityTest.java | 433 final List<ContentCaptureEvent> childEvents = childTestSession.getEvents(); in testAddAndRemoveImportantChildOnDifferentSession() local 434 Log.v(TAG, "childEvents(" + childEvents.size() + "): " + childEvents); in testAddAndRemoveImportantChildOnDifferentSession() 436 new EventsAssertor(childEvents) in testAddAndRemoveImportantChildOnDifferentSession() 609 final List<ContentCaptureEvent> childEvents = childTestSession.getEvents(); in dinamicallyAddOneChildOnAnotherSessionTest() local 610 assertThat(childEvents.size()).isAtLeast(3); in dinamicallyAddOneChildOnAnotherSessionTest() 612 assertViewTreeStarted(childEvents, 0); in dinamicallyAddOneChildOnAnotherSessionTest() 613 assertViewAppeared(childEvents, 1, child, rootId); in dinamicallyAddOneChildOnAnotherSessionTest() 614 assertViewTreeFinished(childEvents, 2); in dinamicallyAddOneChildOnAnotherSessionTest()
|