Searched refs:getTaskChangeNotificationController (Results 1 – 14 of 14) sorted by relevance
126 mService.getTaskChangeNotificationController(); in testHandleNonResizableTaskOnSecondaryDisplay()
167 doReturn(taskChangeNotificationController).when(atms).getTaskChangeNotificationController();
357 mService.getTaskChangeNotificationController().registerTaskStackListener( in testHandleActivitySizeCompatMode()
2086 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()
361 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()
1050 mService.getTaskChangeNotificationController() in handleActivitySizeCompatModeIfNeeded()1060 mService.getTaskChangeNotificationController() in handleActivitySizeCompatModeIfNeeded()
352 mWmService.mAtmService.getTaskChangeNotificationController().notifyTaskDisplayChanged( in onDisplayChanged()
750 … 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()
1066 mService.getTaskChangeNotificationController().notifyActivityPinned(r); in moveActivityToPinnedStack()2119 mService.getTaskChangeNotificationController().notifyTaskProfileLocked( in lockAllProfileTasks()
301 mService.getTaskChangeNotificationController().notifyTaskStackChanged(); in resetFreezeTaskListReordering()
1546 mAtmService.getTaskChangeNotificationController().notifyTaskStackChanged(); in makeFinishingLocked()2671 mAtmService.getTaskChangeNotificationController().notifyActivityRequestedOrientationChanged( in setRequestedOrientation()
1120 … mService.getTaskChangeNotificationController().notifyPinnedActivityRestartAttempt( in postStartActivityProcessing()
913 TaskChangeNotificationController getTaskChangeNotificationController() { in getTaskChangeNotificationController() method in ActivityTaskManagerService
15334 HSPLcom/android/server/wm/ActivityTaskManagerService;->getTaskChangeNotificationController()Lcom/an…