Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityTaskSupervisorTests.java180 mAtm.getTaskChangeNotificationController(); in testHandleNonResizableTaskOnSecondaryDisplay()
260 mAtm.getTaskChangeNotificationController(); in testNotifyTaskFocusChanged()
DRecentTasksTest.java1172 mAtm.getTaskChangeNotificationController(); in addTask_callsTaskNotificationController()
1185 mAtm.getTaskChangeNotificationController(); in addTask_taskAlreadyInRecentsMovedToTop_callsTaskNotificationController()
1202 mAtm.getTaskChangeNotificationController(); in addTask_taskAlreadyInRecentsOnTop_doesNotNotify()
1244 mAtm.getTaskChangeNotificationController(); in removeTask_callsTaskNotificationController()
1259 mAtm.getTaskChangeNotificationController(); in removeALlVisibleTask_callsTaskNotificationController_twice()
DSystemServicesTestRule.java654 spyOn(getTaskChangeNotificationController());
DRootWindowContainerTests.java1248 TaskChangeNotificationController controller = mAtm.getTaskChangeNotificationController(); in testLockAllProfileTasks()
DActivityStarterTests.java958 mAtm.getTaskChangeNotificationController(); in testWasVisibleInRestartAttempt()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskDisplayArea.java440 mAtmService.getTaskChangeNotificationController().notifyTaskMovedToBack(
452 mAtmService.getTaskChangeNotificationController().notifyTaskMovedToFront(
466 mAtmService.getTaskChangeNotificationController().notifyTaskMovedToFront(t.getTaskInfo());
DTask.java666 mAtmService.getTaskChangeNotificationController().notifyTaskCreated(_taskId, realActivity); in Task()
694 mAtmService.getTaskChangeNotificationController().notifyTaskCreated(mTaskId, realActivity); in reuseAsLeafTask()
739 mAtmService.getTaskChangeNotificationController().notifyTaskRemoved(mTaskId); in removeIfPossible()
1540 mAtmService.getTaskChangeNotificationController().notifyTaskStackChanged(); in removeChild()
1894 mAtmService.getTaskChangeNotificationController().notifyTaskDescriptionChanged( in updateTaskDescription()
2796 mWmService.mAtmService.getTaskChangeNotificationController().notifyTaskDisplayChanged( in onDisplayChanged()
3120 mAtmService.getTaskChangeNotificationController().notifyTaskSnapshotChanged(
3125 mAtmService.getTaskChangeNotificationController().notifyTaskSnapshotInvalidated(mTaskId);
4542 mAtmService.getTaskChangeNotificationController().notifyTaskFocusChanged(mTaskId, hasFocus);
4742 mAtmService.getTaskChangeNotificationController().notifyActivityForcedResizable(
DActivityTaskSupervisor.java1749 mService.getTaskChangeNotificationController().notifyTaskStackChanged(); in removeTask()
2088 mService.getTaskChangeNotificationController().notifyTaskStackChanged(); in handleLaunchTaskBehindCompleteLocked()
2462 mService.getTaskChangeNotificationController() in handleNonResizableTaskIfNeeded()
2486 mService.getTaskChangeNotificationController().notifyActivityForcedResizable( in handleForcedResizableTaskIfNeeded()
DRecentTasks.java276 mTaskNotificationController = service.getTaskChangeNotificationController(); in RecentTasks()
287 mTaskNotificationController = service.getTaskChangeNotificationController(); in RecentTasks()
DRootWindowContainer.java2366 mService.getTaskChangeNotificationController().notifyActivityPinned(r); in notifyActivityPipModeChanged()
2368 mService.getTaskChangeNotificationController().notifyActivityUnpinned(); in notifyActivityPipModeChanged()
3521 mService.getTaskChangeNotificationController().notifyTaskProfileLocked(
DTaskFragment.java1994 mAtmService.getTaskChangeNotificationController().notifyTaskStackChanged(); in completePause()
DActivityStarter.java1479 mService.getTaskChangeNotificationController().notifyActivityRestartAttempt( in postStartActivityProcessing()
DTransition.java1363 mController.mAtm.getTaskChangeNotificationController().notifyTaskStackChanged(); in finishTransition()
DActivityRecord.java3766 mAtmService.getTaskChangeNotificationController().notifyTaskRemovalStarted( in finishIfPossible()
8211 mAtmService.getTaskChangeNotificationController().notifyActivityRequestedOrientationChanged( in setRequestedOrientation()
DDisplayContent.java1791 mAtmService.getTaskChangeNotificationController() in updateOrientation()
DActivityTaskManagerService.java1130 TaskChangeNotificationController getTaskChangeNotificationController() { in getTaskChangeNotificationController() method in ActivityTaskManagerService
DWindowManagerService.java4624 mAtmService.getTaskChangeNotificationController() in updateRotationUnchecked()
/frameworks/base/services/
Dart-wear-profile26024 HSPLcom/android/server/wm/ActivityTaskManagerService;->getTaskChangeNotificationController()Lcom/an…