Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DContentRecordingSessionTest.java94 ContentRecordingSession displaySession = ContentRecordingSession.createDisplaySession( in testIsValid_displaySession() local
96 displaySession.setVirtualDisplayId(DEFAULT_DISPLAY); in testIsValid_displaySession()
97 assertThat(ContentRecordingSession.isValid(displaySession)).isTrue(); in testIsValid_displaySession()