Searched refs:KEY_LAUNCH_TASK_FRAGMENT_TOKEN (Results 1 – 4 of 4) sorted by relevance
253 case ActivityOptions.KEY_LAUNCH_TASK_FRAGMENT_TOKEN: in testActivityOptionsFromBundle()
20 import static android.app.ActivityOptions.KEY_LAUNCH_TASK_FRAGMENT_TOKEN;2993 options.putBinder(KEY_LAUNCH_TASK_FRAGMENT_TOKEN, activityStackToken); in onStartActivity()2999 if (options.getBinder(KEY_LAUNCH_TASK_FRAGMENT_TOKEN) != null) { in onStartActivity()3056 options.putBinder(KEY_LAUNCH_TASK_FRAGMENT_TOKEN, in onStartActivity()3074 final IBinder token = bOptions.getBinder(KEY_LAUNCH_TASK_FRAGMENT_TOKEN); in onStartActivityResult()
297 public static final String KEY_LAUNCH_TASK_FRAGMENT_TOKEN = field in ActivityOptions1350 mLaunchTaskFragmentToken = opts.getBinder(KEY_LAUNCH_TASK_FRAGMENT_TOKEN); in ActivityOptions()2391 b.putBinder(KEY_LAUNCH_TASK_FRAGMENT_TOKEN, mLaunchTaskFragmentToken); in toBundle()
380 bundle.putBinder(ActivityOptions.KEY_LAUNCH_TASK_FRAGMENT_TOKEN, in testOnStartActivityResultError()