Searched refs:fullOptions (Results 1 – 1 of 1) sorted by relevance
1536 final Bundle fullOptions = options == null ? new Bundle() : options; in createForTaskLaunch() local1537 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() local1548 fullOptions.putString(LAUNCH_KEY_SHORTCUT_CALLING_PACKAGE, callingPackage); in createForStartShortcut()1551 .setLaunchOptions(fullOptions) in createForStartShortcut()