/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 …]
|
/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()
|
H A D | AppPair.java | 117 boolean pair(ActivityManager.RunningTaskInfo task1, ActivityManager.RunningTaskInfo task2) { in pair()
|
/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
|
H A D | RootTaskTests.java | 113 final Task task1 = createTaskInRootTask(rootTask, 0 /* userId */); in testRootTaskPositionChildAt() local 214 final Task task1 = createTaskInRootTask(rootTask1, 0 /* userId */); in testReparent() local 260 final Task task1 = new TaskBuilder(mSupervisor).build(); in testActivityAndTaskGetsProperType() local
|
H A D | AppTransitionTests.java | 342 final Task task1 = createTaskInRootTask(rootTask1, 0 /* userId */); in testCleanAppTransitionWhenRootTaskReparent() local
|
H A D | TaskTests.java | 232 final Task task1 = createTask(mDisplayContent); in testIsInTask() local 1057 final Task task1 = getTestTask(); in testGetTaskForActivity() local 1412 final Task task1 = in testMoveToFront_moveAdjacentTask() local
|
H A D | AppTransitionControllerTest.java | 625 final Task task1 = createTask(mDisplayContent); in testGetAnimationTargets_openingTheOnlyTaskFragmentInTask() local 655 final Task task1 = createTask(mDisplayContent); in testGetAnimationTargets_closingTheOnlyTaskFragmentInTask() local
|
H A D | RootWindowContainerTests.java | 171 final Task task1 = new TaskBuilder(mSupervisor).setParentTaskFragment(rootTask).build(); in testTaskLayerRank() local
|
H A D | DisplayContentTests.java | 480 final Task task1 = createTaskInRootTask(rootTask1, 0 /* userId */); in testInputEventBringsCorrectDisplayInFocus() local 2445 final Task task1 = new TaskBuilder(mSupervisor).setParentTaskFragment(rootTask1).build(); in removeRootTaskTests() local
|
H A D | ActivityRecordTests.java | 930 final Task task1 = new TaskBuilder(mSupervisor).setCreateActivity(true).build(); in testFinishActivityIfPossible_adjustStackOrder() 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()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | GroupTask.java | 30 public @NonNull Task task1; field in GroupTask
|
H A D | SplitSelectStateController.java | 115 public void launchTasks(Task task1, Task task2, @StagePosition int stagePosition, in launchTasks()
|
/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
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | RecentTasksList.java | 184 Task task1 = loadKeysOnly in loadTasksInBackground() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
H A D | JobStoreTest.java | 159 final JobInfo task1 = new Builder(8, mComponent) in testWritingTwoFilesToDisk() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | SplitLayout.java | 454 ActivityManager.RunningTaskInfo task1, ActivityManager.RunningTaskInfo task2) { in applyTaskChanges()
|