Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java1435 final Bundle fullOptions = options == null ? new Bundle() : options; in createForTaskLaunch() local
1436 fullOptions.putInt(LAUNCH_KEY_TASK_ID, taskId); in createForTaskLaunch()
1439 .setLaunchOptions(fullOptions) in createForTaskLaunch()
1446 final Bundle fullOptions = options == null ? new Bundle() : options; in createForStartShortcut() local
1447 fullOptions.putString(LAUNCH_KEY_SHORTCUT_CALLING_PACKAGE, callingPackage); in createForStartShortcut()
1450 .setLaunchOptions(fullOptions) in createForStartShortcut()