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