Home
last modified time | relevance | path

Searched refs:FLAG_SECURE (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DVoiceInteractionMain.java62 getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE);
64 getWindow().clearFlags(WindowManager.LayoutParams.FLAG_SECURE);
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java189 WindowManager.LayoutParams.FLAG_SECURE); in testPublicPresentationVirtualDisplay()
202 WindowManager.LayoutParams.FLAG_SECURE); in testPublicPresentationVirtualDisplay()
227 assertDisplayRegistered(display, Display.FLAG_PRESENTATION | Display.FLAG_SECURE); in testSecurePublicPresentationVirtualDisplay()
236 WindowManager.LayoutParams.FLAG_SECURE); in testSecurePublicPresentationVirtualDisplay()
243 WindowManager.LayoutParams.FLAG_SECURE); in testSecurePublicPresentationVirtualDisplay()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotControllerTest.java20 import static android.view.WindowManager.LayoutParams.FLAG_SECURE;
108 secureWindow.mAttrs.flags |= FLAG_SECURE; in testGetSnapshotMode()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceInfo.java59 public static final int FLAG_SECURE = 1 << 2; field in DisplayDeviceInfo
449 if ((flags & FLAG_SECURE) != 0) { in flagsToString()
DLogicalDisplay.java244 if ((deviceInfo.flags & DisplayDeviceInfo.FLAG_SECURE) != 0) { in updateLocked()
245 mBaseDisplayInfo.flags |= Display.FLAG_SECURE; in updateLocked()
DOverlayDisplayWindow.java223 mWindowParams.flags |= WindowManager.LayoutParams.FLAG_SECURE; in createWindow()
DOverlayDisplayAdapter.java308 mInfo.flags |= DisplayDeviceInfo.FLAG_SECURE; in getDisplayDeviceInfoLocked()
DVirtualDisplayAdapter.java365 mInfo.flags |= DisplayDeviceInfo.FLAG_SECURE; in getDisplayDeviceInfoLocked()
DWifiDisplayAdapter.java373 deviceFlags |= DisplayDeviceInfo.FLAG_SECURE; in addDisplayDeviceLocked()
DLocalDisplayAdapter.java415 mInfo.flags = DisplayDeviceInfo.FLAG_SECURE in getDisplayDeviceInfoLocked()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerSource.h41 FLAG_SECURE = 32, // Secure codec is required. enumerator
DNuPlayer.cpp1496 if (!(mSourceFlags & Source::FLAG_SECURE)) { in onInstantiateSecureDecoders()
1927 if (mSourceFlags & Source::FLAG_SECURE) { in instantiateDecoder()
1990 (mSourceFlags & Source::FLAG_SECURE) != 0); in instantiateDecoder()
2564 (flags & Source::FLAG_SECURE) != 0, in onSourceNotify()
DGenericSource.cpp1650 (mIsSecure ? FLAG_SECURE : 0) | in prepareDrm()
/frameworks/native/include/input/
DInputWindow.h54 FLAG_SECURE = 0x00002000, enumerator
/frameworks/base/media/java/android/media/
DAudioAttributes.java296 public final static int FLAG_SECURE = 0x1 << 1; field in AudioAttributes
393 private static final int FLAG_ALL = FLAG_AUDIBILITY_ENFORCED | FLAG_SECURE | FLAG_SCO
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java31 import static android.view.WindowManager.LayoutParams.FLAG_SECURE;
109 | FLAG_SECURE;
DAppWindowToken.java28 import static android.view.WindowManager.LayoutParams.FLAG_SECURE;
2461 return mDisablePreviewScreenshots || forAllWindows(w -> (w.mAttrs.flags & FLAG_SECURE) != 0, in shouldUseAppThemeSnapshot()
DWindowManagerService.java48 import static android.view.WindowManager.LayoutParams.FLAG_SECURE;
1744 if ((w.mAttrs.flags&WindowManager.LayoutParams.FLAG_SECURE) != 0) { in isSecureLocked()
2114 if ((flagChanges & FLAG_SECURE) != 0 && winAnimator.mSurfaceController != null) { in relayoutWindow()
DDisplayContent.java55 import static android.view.WindowManager.LayoutParams.FLAG_SECURE;
3611 w -> w.isOnScreen() && (w.mAttrs.flags & FLAG_SECURE) != 0); in hasSecureWindowOnScreen()
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureManager.java511 (params.flags & WindowManager.LayoutParams.FLAG_SECURE) != 0; in updateWindowAttributes()
/frameworks/base/core/java/android/view/
DWindowManager.java1270 public static final int FLAG_SECURE = 0x00002000; field in WindowManager.LayoutParams
1598 @ViewDebug.FlagToString(mask = FLAG_SECURE, equals = FLAG_SECURE,
DDisplay.java173 public static final int FLAG_SECURE = 1 << 1; field in Display
DDisplayInfo.java716 if ((flags & Display.FLAG_SECURE) != 0) { in flagsToString()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java513 if ((root.getWindowFlags() & WindowManager.LayoutParams.FLAG_SECURE) != 0) { in WindowNode()
/frameworks/base/core/java/android/app/
DActivityThread.java3543 & WindowManager.LayoutParams.FLAG_SECURE) == 0; in handleRequestAssistContextExtras()

12