Home
last modified time | relevance | path

Searched refs:getTaskChangeNotificationController (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityTaskSupervisorTests.java180 mAtm.getTaskChangeNotificationController(); in testHandleNonResizableTaskOnSecondaryDisplay()
232 mAtm.getTaskChangeNotificationController(); in testNotifyTaskFocusChanged()
H A DRecentTasksTest.java1127 mAtm.getTaskChangeNotificationController(); in addTask_callsTaskNotificationController()
1140 mAtm.getTaskChangeNotificationController(); in addTask_taskAlreadyInRecentsMovedToTop_callsTaskNotificationController()
1157 mAtm.getTaskChangeNotificationController(); in addTask_taskAlreadyInRecentsOnTop_doesNotNotify()
1174 mAtm.getTaskChangeNotificationController(); in removeTask_callsTaskNotificationController()
1189 mAtm.getTaskChangeNotificationController(); in removeALlVisibleTask_callsTaskNotificationController_twice()
H A DSystemServicesTestRule.java583 spyOn(getTaskChangeNotificationController());
H A DRootWindowContainerTests.java1145 TaskChangeNotificationController controller = mAtm.getTaskChangeNotificationController(); in testLockAllProfileTasks()
H A DActivityStarterTests.java1258 mAtm.getTaskChangeNotificationController(); in testWasVisibleInRestartAttempt()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskDisplayArea.java439 mAtmService.getTaskChangeNotificationController().notifyTaskMovedToBack(
451 mAtmService.getTaskChangeNotificationController().notifyTaskMovedToFront(
465 mAtmService.getTaskChangeNotificationController().notifyTaskMovedToFront(t.getTaskInfo());
H A DTask.java680 mAtmService.getTaskChangeNotificationController().notifyTaskCreated(_taskId, realActivity); in Task()
708 mAtmService.getTaskChangeNotificationController().notifyTaskCreated(mTaskId, realActivity); in reuseAsLeafTask()
753 mAtmService.getTaskChangeNotificationController().notifyTaskRemoved(mTaskId); in removeIfPossible()
1511 mAtmService.getTaskChangeNotificationController().notifyTaskStackChanged(); in removeChild()
1812 mAtmService.getTaskChangeNotificationController().notifyTaskDescriptionChanged( in updateTaskDescription()
2720 mWmService.mAtmService.getTaskChangeNotificationController().notifyTaskDisplayChanged( in onDisplayChanged()
3112 mAtmService.getTaskChangeNotificationController().notifyTaskSnapshotChanged(
4407 mAtmService.getTaskChangeNotificationController().notifyTaskFocusChanged(mTaskId, hasFocus);
4616 mAtmService.getTaskChangeNotificationController().notifyActivityForcedResizable(
H A DActivityTaskSupervisor.java1691 mService.getTaskChangeNotificationController().notifyTaskStackChanged(); in removeTask()
2172 mService.getTaskChangeNotificationController().notifyTaskStackChanged(); in handleLaunchTaskBehindCompleteLocked()
2540 mService.getTaskChangeNotificationController() in handleNonResizableTaskIfNeeded()
2564 mService.getTaskChangeNotificationController().notifyActivityForcedResizable( in handleForcedResizableTaskIfNeeded()
H A DRecentTasks.java254 mTaskNotificationController = service.getTaskChangeNotificationController(); in RecentTasks()
265 mTaskNotificationController = service.getTaskChangeNotificationController(); in RecentTasks()
H A DRootWindowContainer.java2198 mService.getTaskChangeNotificationController().notifyActivityPinned(r); in notifyActivityPipModeChanged()
2200 mService.getTaskChangeNotificationController().notifyActivityUnpinned(); in notifyActivityPipModeChanged()
3288 mService.getTaskChangeNotificationController().notifyTaskProfileLocked(
H A DTaskFragment.java1836 mAtmService.getTaskChangeNotificationController().notifyTaskStackChanged(); in completePause()
H A DActivityStarter.java1432 mService.getTaskChangeNotificationController().notifyActivityRestartAttempt( in postStartActivityProcessing()
H A DTransition.java1270 mController.mAtm.getTaskChangeNotificationController().notifyTaskStackChanged(); in finishTransition()
H A DActivityRecord.java3558 mAtmService.getTaskChangeNotificationController().notifyTaskRemovalStarted( in finishIfPossible()
7979 mAtmService.getTaskChangeNotificationController().notifyActivityRequestedOrientationChanged( in setRequestedOrientation()
H A DDisplayContent.java1757 mAtmService.getTaskChangeNotificationController() in updateOrientation()
H A DActivityTaskManagerService.java1105 TaskChangeNotificationController getTaskChangeNotificationController() { in getTaskChangeNotificationController() method in ActivityTaskManagerService
H A DWindowManagerService.java4375 mAtmService.getTaskChangeNotificationController() in updateRotationUnchecked()
/aosp14/frameworks/base/services/
H A Dart-profile10658 HSPLcom/android/server/wm/ActivityTaskManagerService;->getTaskChangeNotificationController()Lcom/an…