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()
1800 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()
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()
753 … 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()
1067 mService.getTaskChangeNotificationController().notifyActivityPinned(r); in moveActivityToPinnedStack()2140 mService.getTaskChangeNotificationController().notifyTaskProfileLocked( in lockAllProfileTasks()
301 mService.getTaskChangeNotificationController().notifyTaskStackChanged(); in resetFreezeTaskListReordering()
1130 … mService.getTaskChangeNotificationController().notifyPinnedActivityRestartAttempt( in postStartActivityProcessing()
2669 mAtmService.getTaskChangeNotificationController().notifyActivityRequestedOrientationChanged( in setRequestedOrientation()
916 TaskChangeNotificationController getTaskChangeNotificationController() { in getTaskChangeNotificationController() method in ActivityTaskManagerService
15334 HSPLcom/android/server/wm/ActivityTaskManagerService;->getTaskChangeNotificationController()Lcom/an…