Searched refs:KEY_LAUNCH_COOKIE (Results 1 – 1 of 1) sorted by relevance
444 public static final String KEY_LAUNCH_COOKIE = "android.activity.launchCookie"; field in ActivityOptions1387 mLaunchCookie = opts.getBinder(KEY_LAUNCH_COOKIE); in ActivityOptions()2456 b.putBinder(KEY_LAUNCH_COOKIE, mLaunchCookie); in toBundle()