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.java845 final Session grandChildTestSession = service.getFinishedSession(grandChildSessionId); in testNestedSessions_simplestScenario() local
846 assertChildSessionContext(grandChildTestSession, "grandChild"); in testNestedSessions_simplestScenario()
847 assertThat(grandChildTestSession.getEvents()).isEmpty(); in testNestedSessions_simplestScenario()
852 assertLifecycleOrder(3, grandChildTestSession, CREATION); in testNestedSessions_simplestScenario()
853 assertLifecycleOrder(4, grandChildTestSession, DESTRUCTION); in testNestedSessions_simplestScenario()