Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayActivityLaunchTests.java33 import static android.server.wm.CliIntentExtra.extraBool;
525 extraBool(KEY_USE_APPLICATION_CONTEXT, true), extraBool(KEY_NEW_TASK, true), in testLaunchExistingActivityReparentDisplay()
526 extraBool(KEY_LAUNCH_ACTIVITY, true), extraBool(KEY_LAUNCH_IMPLICIT, true), in testLaunchExistingActivityReparentDisplay()
876 extraBool(KEY_LAUNCH_ACTIVITY, true), extraBool(KEY_LAUNCH_IMPLICIT, true), in testLaunchingFromApplicationContext()
877 extraBool(KEY_NEW_TASK, true), extraBool(KEY_USE_APPLICATION_CONTEXT, true), in testLaunchingFromApplicationContext()
893 extraBool(KEY_LAUNCH_ACTIVITY, true), in testLaunchingFromPendingIntent()
894 extraBool(KEY_LAUNCH_IMPLICIT, true), in testLaunchingFromPendingIntent()
895 extraBool(KEY_NEW_TASK, true), in testLaunchingFromPendingIntent()
896 extraBool(KEY_USE_APPLICATION_CONTEXT, true), in testLaunchingFromPendingIntent()
897 extraBool(KEY_LAUNCH_PENDING, true), in testLaunchingFromPendingIntent()
DHideOverlayWindowsTest.java107 CliIntentExtra.extraBool(SYSTEM_APPLICATION_OVERLAY_EXTRA, true)); in testSystemApplicationOverlayFlagNoEffectWithoutPermission()
146 CliIntentExtra.extraBool(SYSTEM_APPLICATION_OVERLAY_EXTRA, true)); in testSystemApplicationOverlaysNotHidden()
DSplashscreenTests.java28 import static android.server.wm.CliIntentExtra.extraBool;
409 extraBool(DELAY_RESUME, true)); in testSetBackgroundColorActivity()
421 extraBool(DELAY_RESUME, true)); in testSetBackgroundColorActivity_FreeformWindow()
DPinnedStackTests.java26 import static android.server.wm.CliIntentExtra.extraBool;
1358 launchActivity(PIP_ACTIVITY, extraBool(EXTRA_IS_SEAMLESS_RESIZE_ENABLED, false)); in testDisableIsSeamlessResizeEnabled()
/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