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.java420 final Session childTestSession = service.getFinishedSession(childSessionId); in testAddAndRemoveImportantChildOnDifferentSession() local
421 assertChildSessionContext(childTestSession, "child"); in testAddAndRemoveImportantChildOnDifferentSession()
422 final List<ContentCaptureEvent> childEvents = childTestSession.getEvents(); in testAddAndRemoveImportantChildOnDifferentSession()
594 final Session childTestSession = service.getFinishedSession(childSessionId); in dinamicallyAddOneChildOnAnotherSessionTest() local
595 assertChildSessionContext(childTestSession, "child_session"); in dinamicallyAddOneChildOnAnotherSessionTest()
596 final List<ContentCaptureEvent> childEvents = childTestSession.getEvents(); in dinamicallyAddOneChildOnAnotherSessionTest()
605 assertLifecycleOrder(2, childTestSession, CREATION); in dinamicallyAddOneChildOnAnotherSessionTest()
606 assertLifecycleOrder(3, childTestSession, DESTRUCTION); in dinamicallyAddOneChildOnAnotherSessionTest()
824 final Session childTestSession = service.getFinishedSession(childSessionId); in testNestedSessions_simplestScenario() local
825 assertChildSessionContext(childTestSession, "child"); in testNestedSessions_simplestScenario()
[all …]