Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DHideOverlayWindowsTest.java70 private static final String SYSTEM_APPLICATION_OVERLAY_EXTRA = "system_application_overlay"; field in HideOverlayWindowsTest
122 CliIntentExtra.extraBool(SYSTEM_APPLICATION_OVERLAY_EXTRA, true)); in testSystemApplicationOverlayFlagNoEffectWithoutPermission()
161 CliIntentExtra.extraBool(SYSTEM_APPLICATION_OVERLAY_EXTRA, true)); in testSystemApplicationOverlaysNotHidden()
194 CliIntentExtra.extraBool(SYSTEM_APPLICATION_OVERLAY_EXTRA, true)); in testSystemApplicationOverlayAllowsTouchWithoutObscured()
218 CliIntentExtra.extraBool(SYSTEM_APPLICATION_OVERLAY_EXTRA, true)); in testApplicationOverlay_touchIsObscuredWithoutCorrectPermission()
306 getIntent().getBooleanExtra(SYSTEM_APPLICATION_OVERLAY_EXTRA, in onCreate()