Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DContentRecordingSessionTest.java104 ContentRecordingSession displaySession1 = ContentRecordingSession.createDisplaySession( in testIsValid_displaySession() local
106 displaySession1.setVirtualDisplayId(INVALID_DISPLAY); in testIsValid_displaySession()
107 assertThat(ContentRecordingSession.isValid(displaySession1)).isFalse(); in testIsValid_displaySession()