/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/ |
H A D | ShellTaskOrganizerTests.java | 160 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testRegisterWithExistingTasks() local 256 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testAddListenerForTaskId_afterTypeListener() local 271 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testAddListenerForTaskId_beforeTypeListener() local 284 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testGetTaskListener() local 315 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testGetParentTaskListener() local 370 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testAddLocusListener() local 399 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_FULLSCREEN); in testLocusListener_appearVanish() local 418 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testLocusListener_infoChanged() local 445 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_FULLSCREEN); in testLocusListener_infoChanged_notVisible() local 469 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testLocusListener_noLocusNotNotified() local [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/ |
H A D | ShellTaskOrganizerTests.java | 188 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testRegisterWithExistingTasks() local 284 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testAddListenerForTaskId_afterTypeListener() local 299 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testAddListenerForTaskId_beforeTypeListener() local 312 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testGetTaskListener() local 343 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testGetParentTaskListener() local 504 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testAddLocusListener() local 533 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_FULLSCREEN); in testLocusListener_appearVanish() local 552 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testLocusListener_infoChanged() local 579 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_FULLSCREEN); in testLocusListener_infoChanged_notVisible() local 603 RunningTaskInfo task1 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testLocusListener_noLocusNotNotified() local [all …]
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/apppairs/ |
H A D | AppPairTests.java | 82 final ActivityManager.RunningTaskInfo task1 = new TestRunningTaskInfoBuilder().build(); in testContains() local 97 final ActivityManager.RunningTaskInfo task1 = new TestRunningTaskInfoBuilder().build(); in testVanishUnpairs() local 112 final ActivityManager.RunningTaskInfo task1 = new TestRunningTaskInfoBuilder().build(); in testOnTaskInfoChanged_notSupportsMultiWindow() local
|
H A D | AppPairsControllerTests.java | 75 final ActivityManager.RunningTaskInfo task1 = new TestRunningTaskInfoBuilder().build(); in testPairUnpair() local 92 final ActivityManager.RunningTaskInfo task1 = new TestRunningTaskInfoBuilder().build(); in testUnpair_DontReleaseToPool() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/apppairs/ |
H A D | AppPairsController.java | 84 final ActivityManager.RunningTaskInfo task1 = mTaskOrganizer.getRunningTaskInfo(taskId1); in pair() local 92 public boolean pair(ActivityManager.RunningTaskInfo task1, in pair() 98 public AppPair pairInner( in pairInner() 180 public boolean pair(int task1, int task2) { in pair() 193 public boolean pair(ActivityManager.RunningTaskInfo task1, in pair()
|
H A D | AppPairs.java | 33 boolean pair(int task1, int task2); in pair() 35 boolean pair(ActivityManager.RunningTaskInfo task1, ActivityManager.RunningTaskInfo task2); in pair()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | RecentTasksTest.java | 286 Task task1 = createTaskBuilder(".Task1") in testAddTasks_expectRemovedNoTrim() local 310 Task task1 = createTaskBuilder(".Task1") in testAddMultipleTasks_expectNotRemoved() local 333 Task task1 = createTaskBuilder(".Task1") in testAddTasksDifferentStacks_expectNoRemove() local 352 Task task1 = createTaskBuilder(".Task1") in testAddTaskCompatibleActivityType_expectRemove() local 376 Task task1 = createTaskBuilder(".Task1") in testAddTaskCompatibleActivityTypeDifferentUser_expectNoRemove() local 401 Task task1 = createTaskBuilder(".Task1") in testAddTaskCompatibleWindowingMode_expectRemove() local 424 Task task1 = createTaskBuilder(".Task1") in testAddTaskIncompatibleWindowingMode_expectNoRemove() local 450 final Task task1 = createTaskBuilder(".Task1").build(); in testRemoveAffinityTask() local 568 Task task1 = createTaskBuilder(".Task1").build(); in testOrderedIteration() local 1180 final Task task1 = createTaskBuilder(".Task").build(); in removeALlVisibleTask_callsTaskNotificationController_twice() local [all …]
|
H A D | WindowOrganizerTests.java | 693 Task task1 = mWm.mAtmService.mTaskOrganizerController.createRootTask( in testCreateDeleteRootTasks() local 720 final Task task1 = mWm.mAtmService.mTaskOrganizerController.createRootTask( in testSetAdjacentLaunchRoot() local 731 assertEquals(task2.getAdjacentTaskFragment(), task1); in testSetAdjacentLaunchRoot() local 736 assertEquals(dc.getDefaultTaskDisplayArea().mLaunchAdjacentFlagRootTask, task1); in testSetAdjacentLaunchRoot() local 771 Task task1 = WindowContainer.fromBinder(info1.token.asBinder()).asTask(); in testTileAddRemoveChild() local 859 Task task1 = WindowContainer.fromBinder(info1.token.asBinder()).asTask(); in testTaskInfoCallback() local 906 Task task1 = mWm.mAtmService.mTaskOrganizerController.createRootTask( in testHierarchyTransaction() local 1285 final Task task1 = createRootTask(); in testReparentToOrganizedTask() local
|
H A D | ActivityTaskSupervisorTests.java | 295 final Task task1 = new TaskBuilder(mSupervisor) in testUpdatePendingTopForTopResumed() local
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | RecentTasksTest.java | 285 Task task1 = createTaskBuilder(".Task1") in testAddTasks_expectRemovedNoTrim() local 309 Task task1 = createTaskBuilder(".Task1") in testAddMultipleTasks_expectNotRemoved() local 332 Task task1 = createTaskBuilder(".Task1") in testAddTasksDifferentStacks_expectNoRemove() local 351 Task task1 = createTaskBuilder(".Task1") in testAddTaskCompatibleActivityType_expectRemove() local 375 Task task1 = createTaskBuilder(".Task1") in testAddTaskCompatibleActivityTypeDifferentUser_expectNoRemove() local 400 Task task1 = createTaskBuilder(".Task1") in testAddTaskCompatibleWindowingMode_expectRemove() local 423 Task task1 = createTaskBuilder(".Task1") in testAddTaskIncompatibleWindowingMode_expectNoRemove() local 449 final Task task1 = createTaskBuilder(".Task1").build(); in testRemoveAffinityTask() local 574 Task task1 = createTaskBuilder(".Task1").build(); in testOrderedIteration() local 1124 final Task task1 = createTaskBuilder(".Task").build(); in removeALlVisibleTask_callsTaskNotificationController_twice() local [all …]
|
H A D | WindowOrganizerTests.java | 522 Task task1 = mWm.mAtmService.mTaskOrganizerController.createRootTask( in testCreateDeleteRootTasks() local 549 final Task task1 = mWm.mAtmService.mTaskOrganizerController.createRootTask( in testSetAdjacentLaunchRoot() local 560 assertEquals(task2.getAdjacentTaskFragment(), task1); in testSetAdjacentLaunchRoot() local 565 assertEquals(dc.getDefaultTaskDisplayArea().mLaunchAdjacentFlagRootTask, task1); in testSetAdjacentLaunchRoot() local 599 Task task1 = WindowContainer.fromBinder(info1.token.asBinder()).asTask(); in testTileAddRemoveChild() local 638 Task task1 = WindowContainer.fromBinder(info1.token.asBinder()).asTask(); in testTaskInfoCallback() local 686 Task task1 = mWm.mAtmService.mTaskOrganizerController.createRootTask( in testHierarchyTransaction() local 1060 final Task task1 = createRootTask(); in testReparentToOrganizedTask() local
|
H A D | ActivityTaskSupervisorTests.java | 276 final Task task1 = new TaskBuilder(mSupervisor) in testUpdatePendingTopForTopResumed() local
|
H A D | TransitionTests.java | 481 final Task task1 = createTask(mDisplayContent); in testIntermediateVisibility() local 547 final Task task1 = createTask(mDisplayContent); in testTransientLaunch() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/ |
H A D | GroupedRecentTaskInfo.java | 35 public GroupedRecentTaskInfo(@NonNull ActivityManager.RecentTaskInfo task1) { in GroupedRecentTaskInfo() 39 public GroupedRecentTaskInfo(@NonNull ActivityManager.RecentTaskInfo task1, in GroupedRecentTaskInfo()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/ |
H A D | DesktopModeControllerTest.java | 289 final RunningTaskInfo task1 = createFreeformTask(); in testShowDesktopApps_appsAlreadyVisible_bringsToFront() local 320 final RunningTaskInfo task1 = createFreeformTask(); in testShowDesktopApps_someAppsInvisible_reordersAll() local 379 RunningTaskInfo task1 = createFreeformTask(); in testGetVisibleTaskCount_twoTasks_bothVisible_returnsTwo() local 396 RunningTaskInfo task1 = createFreeformTask(); in testGetVisibleTaskCount_twoTasks_oneVisible_returnsOne() local
|
H A D | DesktopTasksControllerTest.kt | 168 val task1 = setUpFreeformTask() regex 186 val task1 = setUpFreeformTask() regex 204 val task1 = setUpFreeformTask() regex 384 val task1 = setUpFreeformTask() regex
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | GroupTask.java | 30 public @NonNull Task task1; field in GroupTask
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/ |
H A D | GroupedRecentTaskInfoTest.kt | 157 val task1 = createTaskInfo(id = 1) regex 164 val task1 = createTaskInfo(id = 1) regex
|
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
H A D | RecentTasksListTest.java | 89 ActivityManager.RecentTaskInfo task1 = new ActivityManager.RecentTaskInfo(); in loadTasksInBackground_moreThanKeys_hasValidTaskDescription() local
|
/aosp12/frameworks/base/cmds/incident_helper/tests/ |
H A D | CpuInfoParser_test.cpp | 88 CpuInfoProto::Task* task1 = expected.add_tasks(); in TEST_F() local
|
/aosp14/frameworks/base/cmds/incident_helper/tests/ |
H A D | CpuInfoParser_test.cpp | 88 CpuInfoProto::Task* task1 = expected.add_tasks(); in TEST_F() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/split/ |
H A D | SplitLayoutTests.java | 170 final ActivityManager.RunningTaskInfo task1 = new TestRunningTaskInfoBuilder().build(); in testApplyTaskChanges_updatesSmallestScreenWidthDp() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/ |
H A D | GroupedRecentTaskInfo.java | 66 public static GroupedRecentTaskInfo forSplitTasks(@NonNull ActivityManager.RecentTaskInfo task1, in forSplitTasks()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
H A D | JobStoreTest.java | 132 final JobInfo task1 = new Builder(8, mComponent) in runRemovingLastJob() local 185 final JobInfo task1 = new Builder(8, mComponent) in runClearJobs() local 333 final JobInfo task1 = new Builder(8, mComponent) in runWritingTwoJobsToDisk() local
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | RecentTasksList.java | 184 Task task1 = loadKeysOnly in loadTasksInBackground() local
|