Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DVirtualDisplayAdapter.java306 if ((mFlags & DisplayManager.VIRTUAL_DISPLAY_FLAG_PUBLIC) == 0) { in getDisplayDeviceInfoLocked()
322 if ((mFlags & DisplayManager.VIRTUAL_DISPLAY_FLAG_PUBLIC) != 0) { in getDisplayDeviceInfoLocked()
DDisplayManagerService.java1385 if ((flags & DisplayManager.VIRTUAL_DISPLAY_FLAG_PUBLIC) != 0) { in createVirtualDisplay()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java166 DisplayManager.VIRTUAL_DISPLAY_FLAG_PUBLIC in testPublicPresentationVirtualDisplay()
220 | DisplayManager.VIRTUAL_DISPLAY_FLAG_PUBLIC in testSecurePublicPresentationVirtualDisplay()
/frameworks/base/core/java/android/hardware/display/
DDisplayManager.java124 public static final int VIRTUAL_DISPLAY_FLAG_PUBLIC = 1 << 0; field in DisplayManager
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java382 flags &= ~(DisplayManager.VIRTUAL_DISPLAY_FLAG_PUBLIC | in applyVirtualDisplayFlags()
389 flags |= DisplayManager.VIRTUAL_DISPLAY_FLAG_PUBLIC | in applyVirtualDisplayFlags()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java4289 DisplayManager.VIRTUAL_DISPLAY_FLAG_PUBLIC | in VirtualActivityDisplay()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13189 field public static final int VIRTUAL_DISPLAY_FLAG_PUBLIC = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt14437 field public static final int VIRTUAL_DISPLAY_FLAG_PUBLIC = 1; // 0x1
Dtest-current.txt14450 field public static final int VIRTUAL_DISPLAY_FLAG_PUBLIC = 1; // 0x1
Dsystem-current.txt14891 field public static final int VIRTUAL_DISPLAY_FLAG_PUBLIC = 1; // 0x1