Searched refs:FLAG_SECURE (Results 1 – 5 of 5) sorted by relevance
30 getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, in onCreate()31 WindowManager.LayoutParams.FLAG_SECURE); in onCreate()
30 private static final String TEST_CASE_TYPE = Utils.FLAG_SECURE;
105 public static final String FLAG_SECURE = "FLAG_SECURE"; field in Utils192 case FLAG_SECURE: in getTestAppComponent()
477 activity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE); in testContentCaptureEnabled_dynamicFlagSecure()484 activity.getWindow().clearFlags(WindowManager.LayoutParams.FLAG_SECURE); in testContentCaptureEnabled_dynamicFlagSecure()497 activity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE); in testDisabledByFlagSecure()
62 import static android.view.WindowManager.LayoutParams.FLAG_SECURE;1894 mActivity.setFlags(FLAG_SECURE); in testAutoFillOneDatasetAndSaveWhenFlagSecure()1900 mActivity.setFlags(FLAG_SECURE); in testAutoFillOneDatasetWhenFlagSecure()