Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java431 final Session childTestSession = service.getFinishedSession(childSessionId); in testAddAndRemoveImportantChildOnDifferentSession() local
432 assertChildSessionContext(childTestSession, "child"); in testAddAndRemoveImportantChildOnDifferentSession()
433 final List<ContentCaptureEvent> childEvents = childTestSession.getEvents(); in testAddAndRemoveImportantChildOnDifferentSession()
607 final Session childTestSession = service.getFinishedSession(childSessionId); in dinamicallyAddOneChildOnAnotherSessionTest() local
608 assertChildSessionContext(childTestSession, "child_session"); in dinamicallyAddOneChildOnAnotherSessionTest()
609 final List<ContentCaptureEvent> childEvents = childTestSession.getEvents(); in dinamicallyAddOneChildOnAnotherSessionTest()
618 assertLifecycleOrder(2, childTestSession, CREATION); in dinamicallyAddOneChildOnAnotherSessionTest()
619 assertLifecycleOrder(3, childTestSession, DESTRUCTION); in dinamicallyAddOneChildOnAnotherSessionTest()
841 final Session childTestSession = service.getFinishedSession(childSessionId); in testNestedSessions_simplestScenario() local
842 assertChildSessionContext(childTestSession, "child"); in testNestedSessions_simplestScenario()
[all …]