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.java2086 mService.getTaskChangeNotificationController().notifyTaskStackChanged(); in handleLaunchTaskBehindCompleteLocked()
2430 mService.getTaskChangeNotificationController() in handleNonResizableTaskIfNeeded()
2438 mService.getTaskChangeNotificationController() in handleNonResizableTaskIfNeeded()
2459 mService.getTaskChangeNotificationController() in handleNonResizableTaskIfNeeded()
2476 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.java750 … mService.getTaskChangeNotificationController().notifyActivityDismissingDockedStack(); in setWindowingModeInSurfaceTransaction()
785 mService.getTaskChangeNotificationController().notifyActivityForcedResizable( in setWindowingModeInSurfaceTransaction()
1875 mService.getTaskChangeNotificationController().notifyTaskStackChanged(); in completePauseLocked()
4017 mService.getTaskChangeNotificationController().notifyTaskRemovalStarted( in finishActivityLocked()
4930 mService.getTaskChangeNotificationController().notifyTaskMovedToFront(tr.getTaskInfo()); in moveTaskToFrontLocked()
5464 mService.getTaskChangeNotificationController().notifyActivityUnpinned(); in removeTask()
DRootActivityContainer.java1066 mService.getTaskChangeNotificationController().notifyActivityPinned(r); in moveActivityToPinnedStack()
2119 mService.getTaskChangeNotificationController().notifyTaskProfileLocked( in lockAllProfileTasks()
DRecentTasks.java301 mService.getTaskChangeNotificationController().notifyTaskStackChanged(); in resetFreezeTaskListReordering()
DActivityRecord.java1546 mAtmService.getTaskChangeNotificationController().notifyTaskStackChanged(); in makeFinishingLocked()
2671 mAtmService.getTaskChangeNotificationController().notifyActivityRequestedOrientationChanged( in setRequestedOrientation()
DActivityStarter.java1120 … mService.getTaskChangeNotificationController().notifyPinnedActivityRestartAttempt( in postStartActivityProcessing()
DActivityTaskManagerService.java913 TaskChangeNotificationController getTaskChangeNotificationController() { in getTaskChangeNotificationController() method in ActivityTaskManagerService
/frameworks/base/services/
Dart-profile15334 HSPLcom/android/server/wm/ActivityTaskManagerService;->getTaskChangeNotificationController()Lcom/an…