Searched refs:LAUNCH_KEY_TASK_ID (Results 1 – 3 of 3) sorted by relevance
1418 public static final String LAUNCH_KEY_TASK_ID = "android:transaction.hop.taskId"; field in WindowContainerTransaction.HierarchyOp1537 fullOptions.putInt(LAUNCH_KEY_TASK_ID, taskId); in createForTaskLaunch()
61 import android.window.WindowContainerTransaction.HierarchyOp.LAUNCH_KEY_TASK_ID in <lambda>()1853 assertThat(op.launchOptions?.getInt(LAUNCH_KEY_TASK_ID)).isEqualTo(taskId) in WindowContainerTransaction()
1114 WindowContainerTransaction.HierarchyOp.LAUNCH_KEY_TASK_ID); in applyHierarchyOp()1115 launchOpts.remove(WindowContainerTransaction.HierarchyOp.LAUNCH_KEY_TASK_ID); in applyHierarchyOp()