Home
last modified time | relevance | path

Searched defs:createDisplaySession (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/data/repository/
H A DFakeMediaProjectionManager.kt62 fun createDisplaySession(): ContentRecordingSession = regex
/aosp14/frameworks/base/core/java/android/view/
H A DContentRecordingSession.java101 public static ContentRecordingSession createDisplaySession(int displayToMirror) { in createDisplaySession() method in ContentRecordingSession