Home
last modified time | relevance | path

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

/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSimpleFlagSecureActivity.java19 import static android.view.WindowManager.LayoutParams.FLAG_SECURE;
31 getWindow().addFlags(FLAG_SECURE); in onCreate()
/cts/tests/tests/assist/testapp/src/android/assist/testapp/
DSecureActivity.java30 getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, in onCreate()
31 WindowManager.LayoutParams.FLAG_SECURE); in onCreate()
/cts/tests/tests/assist/src/android/assist/cts/
DFlagSecureTest.java32 private static final String TEST_CASE_TYPE = Utils.FLAG_SECURE;
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java111 public static final String FLAG_SECURE = "FLAG_SECURE"; field in Utils
198 case FLAG_SECURE: in getTestAppComponent()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DFlagSecureTest.java83 mActivity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE); in testChildWindowInheritsFlagSecure()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCustomViewActivityTest.java568 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()
DLoginActivityTest.java667 .addFlags(WindowManager.LayoutParams.FLAG_SECURE)); in testDisabledByFlagSecure()
724 activity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE); in testDisabledFlagSecureAndByApp()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTakeScreenshotTest.java233 | WindowManager.LayoutParams.FLAG_SECURE; in testTakeScreenshotWithSecureWindow_GetScreenshotAndVerifyBitmap()
292 params.flags = WindowManager.LayoutParams.FLAG_SECURE; in testTakeScreenshotOfWindow_ErrorForSecureWindow()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java72 import static android.view.WindowManager.LayoutParams.FLAG_SECURE;
2123 mActivity.setFlags(FLAG_SECURE); in testAutoFillOneDatasetAndSaveWhenFlagSecure()
2129 mActivity.setFlags(FLAG_SECURE); in testAutoFillOneDatasetWhenFlagSecure()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt50743 field public static final int FLAG_SECURE = 2; // 0x2
54583 field public static final int FLAG_SECURE = 8192; // 0x2000