Searched refs:getLaunchOptions (Results 1 – 7 of 7) sorted by relevance
56 remoteResponse.getLaunchOptions(view)); in onInteraction()58 Pair<Intent, ActivityOptions> options = remoteResponse.getLaunchOptions(view); in onInteraction()
631 final Bundle activityOptions = hop.getLaunchOptions(); in applyHierarchyOp()672 final Bundle bundle = hop.getLaunchOptions(); in applyHierarchyOp()741 final Bundle launchOpts = hop.getLaunchOptions(); in applyHierarchyOp()780 ActivityOptions activityOptions = hop.getLaunchOptions() != null in applyHierarchyOp()781 ? new ActivityOptions(hop.getLaunchOptions()) in applyHierarchyOp()
885 response.getLaunchOptions(view)); in getHandler()
393 Intent intent = response.getLaunchOptions(view).first; in applyCustomDescription()
151 Pair<Intent, ActivityOptions> options = response.getLaunchOptions(view);
1154 public Bundle getLaunchOptions() { in getLaunchOptions() method in WindowContainerTransaction.HierarchyOp
410 startPendingIntent(view, pendingIntent, response.getLaunchOptions(view));6583 public Pair<Intent, ActivityOptions> getLaunchOptions(View view) {