Home
last modified time | relevance | path

Searched defs:task2 (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentTasksTest.java289 Task task2 = createTaskBuilder(".Task1") in testAddTasks_expectRemovedNoTrim() local
313 Task task2 = createTaskBuilder(".Task1") in testAddMultipleTasks_expectNotRemoved() local
336 Task task2 = createTaskBuilder(".Task1") in testAddTasksDifferentStacks_expectNoRemove() local
362 Task task2 = createTaskBuilder(".Task1") in testAddTaskCompatibleActivityType_expectRemove() local
387 Task task2 = createTaskBuilder(".Task1") in testAddTaskCompatibleActivityTypeDifferentUser_expectNoRemove() local
408 Task task2 = createTaskBuilder(".Task1") in testAddTaskCompatibleWindowingMode_expectRemove() local
431 Task task2 = createTaskBuilder(".Task1") in testAddTaskIncompatibleWindowingMode_expectNoRemove() local
456 final Task task2 = createTaskBuilder(".Task2").build(); in testRemoveAffinityTask() local
497 final Task task2 = taskBuilder.apply(true /* visible */); in testAddTasksHomeClearUntrackedTasks_expectFinish() local
570 Task task2 = createTaskBuilder(".Task1").build(); in testOrderedIteration() local
[all …]
H A DWindowOrganizerTests.java310 final Task task2 = createTask(rootTask2); in testUnregisterOrganizerReturnsRegistrationToPrevious() local
354 final Task task2 = createTask(rootTask2); in testUnregisterOrganizer_removesTasksCreatedByIt() local
407 final Task task2 = createTask(rootTask2); in testOrganizerDeathReturnsRegistrationToPrevious() local
452 final Task task2 = createTask(rootTask2); in testRegisterTaskOrganizerWithExistingTasks() local
468 final Task task2 = createTask(rootTask2); in testRegisterTaskOrganizerWithExistingTasks_noSurfaceControl() local
700 Task task2 = mWm.mAtmService.mTaskOrganizerController.createRootTask( in testCreateDeleteRootTasks() local
723 final Task task2 = mWm.mAtmService.mTaskOrganizerController.createRootTask( in testSetAdjacentLaunchRoot() local
730 assertEquals(task1.getAdjacentTaskFragment(), task2); in testSetAdjacentLaunchRoot() local
909 Task task2 = mWm.mAtmService.mTaskOrganizerController.createRootTask( in testHierarchyTransaction() local
1180 final Task task2 = createTask(rootTask2); in testInterceptBackPressedOnTaskRoot() local
[all …]
H A DTaskTests.java154 final Task task2 = new TaskBuilder(mSupervisor).setParentTask(rootTask).build(); in testRemoveContainer_multipleNestedTasks() local
196 final Task task2 = createTaskInRootTask(taskController2, 0 /* userId */); in testReparent() local
230 final Task task2 = createTaskInRootTask(rootTask2, 0 /* userId */); in testReparent_BetweenDisplays() local
255 final Task task2 = createTask(mDisplayContent); in testIsInTask() local
H A DInsetsPolicyTest.java85 final Task task2 = createTask(mDisplayContent); in testControlsForDispatch_adjacentTasksVisible() local
H A DRootWindowContainerTests.java184 final Task task2 = new TaskBuilder(mSupervisor).build(); in testTaskLayerRank() local
H A DTransitionTests.java1324 final Task task2 = createTask(mDisplayContent); in testIntermediateVisibility() local
1419 final Task task2 = createTask(mDisplayContent); in testTransientLaunch() local
H A DDisplayContentTests.java1655 final Task task2 = new TaskBuilder(mSupervisor).setDisplay(mDisplayContent).build(); in testApplyTopFixedRotationTransform() local
2906 final Task task2 = new TaskBuilder(mSupervisor).setParentTask(rootTask2).build(); in removeRootTaskTests() local
H A DAppTransitionControllerTest.java675 final Task task2 = createTask(mDisplayContent); in testGetAnimationTargets_embeddedTask() local
H A DRootTaskTests.java113 final Task task2 = createTaskInRootTask(rootTask, 1 /* userId */); in testRootTaskPositionChildAt() local
H A DActivityStarterTests.java1270 Task task2 = reusableActivity.getTask(); in testWasVisibleInRestartAttempt() local
H A DActivityRecordTests.java1021 final Task task2 = new TaskBuilder(mSupervisor).setCreateActivity(true).build(); in testFinishActivityIfPossible_adjustStackOrder() local
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
H A DDesktopModeControllerTest.java295 final RunningTaskInfo task2 = createFreeformTask(); in testShowDesktopApps_appsAlreadyVisible_bringsToFront() local
326 final RunningTaskInfo task2 = createFreeformTask(); in testShowDesktopApps_someAppsInvisible_reordersAll() local
385 RunningTaskInfo task2 = createFreeformTask(); in testGetVisibleTaskCount_twoTasks_bothVisible_returnsTwo() local
402 RunningTaskInfo task2 = createFreeformTask(); in testGetVisibleTaskCount_twoTasks_oneVisible_returnsOne() local
H A DDesktopTasksControllerTest.kt169 val task2 = setUpFreeformTask() regex
187 val task2 = setUpFreeformTask() regex
205 val task2 = setUpFreeformTask() regex
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/
H A DGroupedRecentTaskInfoTest.kt158 val task2 = createTaskInfo(id = 2) regex
165 val task2 = createTaskInfo(id = 2) regex
/aosp14/frameworks/base/cmds/incident_helper/tests/
H A DCpuInfoParser_test.cpp102 CpuInfoProto::Task* task2 = expected.add_tasks(); in TEST_F() local
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DShellTaskOrganizerTests.java189 RunningTaskInfo task2 = createTaskInfo(2, WINDOWING_MODE_MULTI_WINDOW); in testRegisterWithExistingTasks() local
347 RunningTaskInfo task2 = createTaskInfo(1, WINDOWING_MODE_MULTI_WINDOW); in testGetParentTaskListener() local
508 RunningTaskInfo task2 = createTaskInfo(2, WINDOWING_MODE_FULLSCREEN); in testAddLocusListener() local
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/split/
H A DSplitLayoutTests.java171 final ActivityManager.RunningTaskInfo task2 = new TestRunningTaskInfoBuilder().build(); in testApplyTaskChanges_updatesSmallestScreenWidthDp() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DGroupedRecentTaskInfo.java67 @NonNull ActivityManager.RecentTaskInfo task2, @Nullable SplitBounds splitBounds) { in forSplitTasks()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DJobStoreTest.java138 final JobInfo task2 = new Builder(12, mComponent) in runRemovingLastJob() local
191 final JobInfo task2 = new Builder(12, mComponent) in runClearJobs() local
339 final JobInfo task2 = new Builder(12, mComponent) in runWritingTwoJobsToDisk() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java777 ActivityManager.RunningTaskInfo task1, ActivityManager.RunningTaskInfo task2) { in applyTaskChanges()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
H A DShellTransitionTests.java1072 RunningTaskInfo task2 = createTaskInfo(2); in testTransitSleep_squashesRecents() local