Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStackSupervisorTests.java126 mService.getTaskChangeNotificationController(); in testHandleNonResizableTaskOnSecondaryDisplay()
DSystemServicesTestRule.java167 doReturn(taskChangeNotificationController).when(atms).getTaskChangeNotificationController();
DActivityDisplayTests.java357 mService.getTaskChangeNotificationController().registerTaskStackListener( in testHandleActivitySizeCompatMode()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStackSupervisor.java1800 mService.getTaskChangeNotificationController().notifyTaskStackChanged(); in removeTaskByIdLocked()
2090 mService.getTaskChangeNotificationController().notifyTaskStackChanged(); in handleLaunchTaskBehindCompleteLocked()
2434 mService.getTaskChangeNotificationController() in handleNonResizableTaskIfNeeded()
2442 mService.getTaskChangeNotificationController() in handleNonResizableTaskIfNeeded()
2463 mService.getTaskChangeNotificationController() in handleNonResizableTaskIfNeeded()
2480 mService.getTaskChangeNotificationController().notifyActivityForcedResizable( in handleForcedResizableTaskIfNeeded()
DTaskRecord.java361 mService.getTaskChangeNotificationController().notifyTaskCreated(_taskId, realActivity); in TaskRecord()
392 mService.getTaskChangeNotificationController().notifyTaskCreated(_taskId, realActivity); in TaskRecord()
442 mService.getTaskChangeNotificationController().notifyTaskCreated(_taskId, realActivity); in TaskRecord()
517 mService.getTaskChangeNotificationController().notifyTaskRemoved(taskId); in removeWindowContainer()
521 mService.getTaskChangeNotificationController().notifyTaskSnapshotChanged(taskId, snapshot); in onSnapshotChanged()
1391 mService.getTaskChangeNotificationController().notifyTaskStackChanged(); in removeActivity()
DActivityDisplay.java1050 mService.getTaskChangeNotificationController() in handleActivitySizeCompatModeIfNeeded()
1060 mService.getTaskChangeNotificationController() in handleActivitySizeCompatModeIfNeeded()
DTask.java352 mWmService.mAtmService.getTaskChangeNotificationController().notifyTaskDisplayChanged( in onDisplayChanged()
DActivityStack.java753 … mService.getTaskChangeNotificationController().notifyActivityDismissingDockedStack(); in setWindowingModeInSurfaceTransaction()
788 mService.getTaskChangeNotificationController().notifyActivityForcedResizable( in setWindowingModeInSurfaceTransaction()
1878 mService.getTaskChangeNotificationController().notifyTaskStackChanged(); in completePauseLocked()
4032 mService.getTaskChangeNotificationController().notifyTaskRemovalStarted( in finishActivityLocked()
4962 mService.getTaskChangeNotificationController().notifyTaskMovedToFront(tr.getTaskInfo()); in moveTaskToFrontLocked()
5507 mService.getTaskChangeNotificationController().notifyActivityUnpinned(); in removeTask()
DRootActivityContainer.java1067 mService.getTaskChangeNotificationController().notifyActivityPinned(r); in moveActivityToPinnedStack()
2140 mService.getTaskChangeNotificationController().notifyTaskProfileLocked( in lockAllProfileTasks()
DRecentTasks.java301 mService.getTaskChangeNotificationController().notifyTaskStackChanged(); in resetFreezeTaskListReordering()
DActivityStarter.java1130 … mService.getTaskChangeNotificationController().notifyPinnedActivityRestartAttempt( in postStartActivityProcessing()
DActivityRecord.java2669 mAtmService.getTaskChangeNotificationController().notifyActivityRequestedOrientationChanged( in setRequestedOrientation()
DActivityTaskManagerService.java916 TaskChangeNotificationController getTaskChangeNotificationController() { in getTaskChangeNotificationController() method in ActivityTaskManagerService
/frameworks/base/services/
Dart-profile15334 HSPLcom/android/server/wm/ActivityTaskManagerService;->getTaskChangeNotificationController()Lcom/an…