Home
last modified time | relevance | path

Searched refs:LAUNCH_KEY_TASK_ID (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java1418 public static final String LAUNCH_KEY_TASK_ID = "android:transaction.hop.taskId"; field in WindowContainerTransaction.HierarchyOp
1537 fullOptions.putInt(LAUNCH_KEY_TASK_ID, taskId); in createForTaskLaunch()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopTasksControllerTest.kt61 import android.window.WindowContainerTransaction.HierarchyOp.LAUNCH_KEY_TASK_ID in <lambda>()
1853 assertThat(op.launchOptions?.getInt(LAUNCH_KEY_TASK_ID)).isEqualTo(taskId) in WindowContainerTransaction()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrganizerController.java1114 WindowContainerTransaction.HierarchyOp.LAUNCH_KEY_TASK_ID); in applyHierarchyOp()
1115 launchOpts.remove(WindowContainerTransaction.HierarchyOp.LAUNCH_KEY_TASK_ID); in applyHierarchyOp()