Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java828 final Session grandChildTestSession = service.getFinishedSession(grandChildSessionId); in testNestedSessions_simplestScenario() local
829 assertChildSessionContext(grandChildTestSession, "grandChild"); in testNestedSessions_simplestScenario()
830 assertThat(grandChildTestSession.getEvents()).isEmpty(); in testNestedSessions_simplestScenario()
835 assertLifecycleOrder(3, grandChildTestSession, CREATION); in testNestedSessions_simplestScenario()
836 assertLifecycleOrder(4, grandChildTestSession, DESTRUCTION); in testNestedSessions_simplestScenario()