Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DVirtualDisplayAdapter.java19 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_ALWAYS_UNLOCKED;
524 if ((mFlags & VIRTUAL_DISPLAY_FLAG_ALWAYS_UNLOCKED) != 0) { in getDisplayDeviceInfoLocked()
DDisplayManagerService.java29 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_ALWAYS_UNLOCKED;
1669 if ((flags & VIRTUAL_DISPLAY_FLAG_ALWAYS_UNLOCKED) != 0) { in createVirtualDisplayInternal()
/frameworks/base/core/java/android/hardware/display/
DDisplayManager.java180 VIRTUAL_DISPLAY_FLAG_ALWAYS_UNLOCKED,
448 public static final int VIRTUAL_DISPLAY_FLAG_ALWAYS_UNLOCKED = 1 << 12; field in DisplayManager
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DDisplayManagerServiceTest.java23 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_ALWAYS_UNLOCKED;
1198 .setFlags(VIRTUAL_DISPLAY_FLAG_ALWAYS_UNLOCKED)
1224 VIRTUAL_DISPLAY_FLAG_ALWAYS_UNLOCKED
1250 .setFlags(VIRTUAL_DISPLAY_FLAG_ALWAYS_UNLOCKED)
1453 | VIRTUAL_DISPLAY_FLAG_ALWAYS_UNLOCKED)
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceImpl.java369 flags |= DisplayManager.VIRTUAL_DISPLAY_FLAG_ALWAYS_UNLOCKED;