Searched refs:FLAG_SECURE (Results 1 – 10 of 10) sorted by relevance
19 import static android.view.WindowManager.LayoutParams.FLAG_SECURE;31 getWindow().addFlags(FLAG_SECURE); in onCreate()
30 getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, in onCreate()31 WindowManager.LayoutParams.FLAG_SECURE); in onCreate()
32 private static final String TEST_CASE_TYPE = Utils.FLAG_SECURE;
111 public static final String FLAG_SECURE = "FLAG_SECURE"; field in Utils198 case FLAG_SECURE: in getTestAppComponent()
83 mActivity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE); in testChildWindowInheritsFlagSecure()
568 activity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE); in testContentCaptureEnabled_dynamicFlagSecure()575 activity.getWindow().clearFlags(WindowManager.LayoutParams.FLAG_SECURE); in testContentCaptureEnabled_dynamicFlagSecure()588 activity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE); in testDisabledByFlagSecure()
667 .addFlags(WindowManager.LayoutParams.FLAG_SECURE)); in testDisabledByFlagSecure()724 activity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE); in testDisabledFlagSecureAndByApp()
233 | WindowManager.LayoutParams.FLAG_SECURE; in testTakeScreenshotWithSecureWindow_GetScreenshotAndVerifyBitmap()292 params.flags = WindowManager.LayoutParams.FLAG_SECURE; in testTakeScreenshotOfWindow_ErrorForSecureWindow()
72 import static android.view.WindowManager.LayoutParams.FLAG_SECURE;2123 mActivity.setFlags(FLAG_SECURE); in testAutoFillOneDatasetAndSaveWhenFlagSecure()2129 mActivity.setFlags(FLAG_SECURE); in testAutoFillOneDatasetWhenFlagSecure()
50743 field public static final int FLAG_SECURE = 2; // 0x254583 field public static final int FLAG_SECURE = 8192; // 0x2000