Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayActivityLaunchTests.java34 import static android.server.wm.CliIntentExtra.extraBool;
532 extraBool(KEY_USE_APPLICATION_CONTEXT, true), extraBool(KEY_NEW_TASK, true), in testLaunchExistingActivityReparentDisplay()
533 extraBool(KEY_LAUNCH_ACTIVITY, true), extraBool(KEY_LAUNCH_IMPLICIT, true), in testLaunchExistingActivityReparentDisplay()
894 extraBool(KEY_LAUNCH_ACTIVITY, true), extraBool(KEY_LAUNCH_IMPLICIT, true), in testLaunchingFromApplicationContext()
895 extraBool(KEY_NEW_TASK, true), extraBool(KEY_USE_APPLICATION_CONTEXT, true), in testLaunchingFromApplicationContext()
911 extraBool(KEY_LAUNCH_ACTIVITY, true), in testLaunchingFromPendingIntent()
912 extraBool(KEY_LAUNCH_IMPLICIT, true), in testLaunchingFromPendingIntent()
913 extraBool(KEY_NEW_TASK, true), in testLaunchingFromPendingIntent()
914 extraBool(KEY_USE_APPLICATION_CONTEXT, true), in testLaunchingFromPendingIntent()
915 extraBool(KEY_LAUNCH_PENDING, true), in testLaunchingFromPendingIntent()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DCliIntentExtra.java112 public static CliIntentExtra extraBool(String key, boolean value) { in extraBool() method in CliIntentExtra
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DHideOverlayWindowsTest.java122 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()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java27 import static android.server.wm.CliIntentExtra.extraBool;
396 extraBool(REQUEST_HANDLE_EXIT_ON_CREATE, extraOnCreate), in launchRuntimeHandleExitAnimationActivity()
397 extraBool(REQUEST_HANDLE_EXIT_ON_RESUME, extraOnResume), in launchRuntimeHandleExitAnimationActivity()
398 extraBool(CANCEL_HANDLE_EXIT, extraCancel)); in launchRuntimeHandleExitAnimationActivity()
478 extraBool(REQUEST_HANDLE_EXIT_ON_CREATE, true)); in testHandleExitIconAnimatingActivity()
492 extraBool(REQUEST_HANDLE_EXIT_ON_CREATE, true), in testCancelHandleExitIconAnimatingActivity()
493 extraBool(CANCEL_HANDLE_EXIT, true)); in testCancelHandleExitIconAnimatingActivity()
666 extraBool(OVERRIDE_THEME_ENABLED, true)); in testOverrideSplashscreenTheme()
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWallpaperWindowInputTests.kt88 CliIntentExtra.extraBool( in checkWallpaperEvent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java29 import static android.server.wm.CliIntentExtra.extraBool;
1713 launchActivity(PIP_ACTIVITY, extraBool(EXTRA_CLOSE_ACTION, true)); in testCloseActionIsSet()
1740 launchActivity(PIP_ACTIVITY, extraBool(EXTRA_IS_SEAMLESS_RESIZE_ENABLED, false)); in testDisableIsSeamlessResizeEnabled()