Home
last modified time | relevance | path

Searched defs:task1 (Results 1 – 25 of 25) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DShellTaskOrganizerTests.java160 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 DAppPairTests.java82 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 DAppPairsControllerTests.java75 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 DAppPairsController.java84 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 DAppPairs.java33 boolean pair(int task1, int task2); in pair()
35 boolean pair(ActivityManager.RunningTaskInfo task1, ActivityManager.RunningTaskInfo task2); in pair()
H A DAppPair.java117 boolean pair(ActivityManager.RunningTaskInfo task1, ActivityManager.RunningTaskInfo task2) { in pair()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentTasksTest.java285 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 DWindowOrganizerTests.java522 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 DActivityTaskSupervisorTests.java276 final Task task1 = new TaskBuilder(mSupervisor) in testUpdatePendingTopForTopResumed() local
H A DTransitionTests.java481 final Task task1 = createTask(mDisplayContent); in testIntermediateVisibility() local
547 final Task task1 = createTask(mDisplayContent); in testTransientLaunch() local
H A DRootTaskTests.java113 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 DAppTransitionTests.java342 final Task task1 = createTaskInRootTask(rootTask1, 0 /* userId */); in testCleanAppTransitionWhenRootTaskReparent() local
H A DTaskTests.java232 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 DAppTransitionControllerTest.java625 final Task task1 = createTask(mDisplayContent); in testGetAnimationTargets_openingTheOnlyTaskFragmentInTask() local
655 final Task task1 = createTask(mDisplayContent); in testGetAnimationTargets_closingTheOnlyTaskFragmentInTask() local
H A DRootWindowContainerTests.java171 final Task task1 = new TaskBuilder(mSupervisor).setParentTaskFragment(rootTask).build(); in testTaskLayerRank() local
H A DDisplayContentTests.java480 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 DActivityRecordTests.java930 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 DGroupedRecentTaskInfo.java35 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 DGroupTask.java30 public @NonNull Task task1; field in GroupTask
H A DSplitSelectStateController.java115 public void launchTasks(Task task1, Task task2, @StagePosition int stagePosition, in launchTasks()
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DRecentTasksListTest.java89 ActivityManager.RecentTaskInfo task1 = new ActivityManager.RecentTaskInfo(); in loadTasksInBackground_moreThanKeys_hasValidTaskDescription() local
/aosp12/frameworks/base/cmds/incident_helper/tests/
H A DCpuInfoParser_test.cpp88 CpuInfoProto::Task* task1 = expected.add_tasks(); in TEST_F() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentTasksList.java184 Task task1 = loadKeysOnly in loadTasksInBackground() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DJobStoreTest.java159 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 DSplitLayout.java454 ActivityManager.RunningTaskInfo task1, ActivityManager.RunningTaskInfo task2) { in applyTaskChanges()