Searched refs:VIRTUAL_DISPLAY_FLAG_TRUSTED (Results 1 – 8 of 8) sorted by relevance
34 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_TRUSTED;526 if ((mFlags & VIRTUAL_DISPLAY_FLAG_TRUSTED) != 0) { in getDisplayDeviceInfoLocked()545 if ((mFlags & VIRTUAL_DISPLAY_FLAG_TRUSTED) != 0) { in getDisplayDeviceInfoLocked()553 if ((mFlags & VIRTUAL_DISPLAY_FLAG_TRUSTED) != 0 in getDisplayDeviceInfoLocked()
36 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_TRUSTED;1496 if (callingUid != Process.SYSTEM_UID && (flags & VIRTUAL_DISPLAY_FLAG_TRUSTED) != 0) { in createVirtualDisplayInternal()1525 if ((flags & VIRTUAL_DISPLAY_FLAG_TRUSTED) == 0) { in createVirtualDisplayInternal()1536 | VIRTUAL_DISPLAY_FLAG_TRUSTED); in createVirtualDisplayInternal()
170 VIRTUAL_DISPLAY_FLAG_TRUSTED,410 public static final int VIRTUAL_DISPLAY_FLAG_TRUSTED = 1 << 10; field in DisplayManager
298 flags |= DisplayManager.VIRTUAL_DISPLAY_FLAG_TRUSTED; in startVirtualDisplay()
248 DisplayManager.VIRTUAL_DISPLAY_FLAG_TRUSTED); in testTrustedVirtualDisplay()
26 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_TRUSTED;689 flags |= VIRTUAL_DISPLAY_FLAG_OWN_FOCUS | VIRTUAL_DISPLAY_FLAG_TRUSTED; in createVirtualDisplay()
535 | DisplayManager.VIRTUAL_DISPLAY_FLAG_TRUSTED;
4513 field public static final int VIRTUAL_DISPLAY_FLAG_TRUSTED = 1024; // 0x400