Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java1536 final Bundle fullOptions = options == null ? new Bundle() : options; in createForTaskLaunch() local
1537 fullOptions.putInt(LAUNCH_KEY_TASK_ID, taskId); in createForTaskLaunch()
1540 .setLaunchOptions(fullOptions) in createForTaskLaunch()
1547 final Bundle fullOptions = options == null ? new Bundle() : options; in createForStartShortcut() local
1548 fullOptions.putString(LAUNCH_KEY_SHORTCUT_CALLING_PACKAGE, callingPackage); in createForStartShortcut()
1551 .setLaunchOptions(fullOptions) in createForStartShortcut()