Searched refs:KEY_LAUNCH_IMPLICIT (Results 1 – 2 of 2) sorted by relevance
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | ActivityLauncher.java | 49 public static final String KEY_LAUNCH_IMPLICIT = "launch_implicit"; field in ActivityLauncher 176 if (getBoolean(extras, KEY_LAUNCH_IMPLICIT)) { in launchActivityFromExtras()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/ |
D | MultiDisplayActivityLaunchTests.java | 30 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_IMPLICIT; 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() 912 extraBool(KEY_LAUNCH_IMPLICIT, true), in testLaunchingFromPendingIntent()
|