Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentTasks.java134 private TaskChangeNotificationController mTaskNotificationController; field in RecentTasks
254 mTaskNotificationController = service.getTaskChangeNotificationController(); in RecentTasks()
265 mTaskNotificationController = service.getTaskChangeNotificationController(); in RecentTasks()
299 mTaskNotificationController.notifyTaskListFrozen(true); in setFreezeTaskListReordering()
331 mTaskNotificationController.notifyTaskStackChanged(); in resetFreezeTaskListReordering()
332 mTaskNotificationController.notifyTaskListFrozen(false); in resetFreezeTaskListReordering()
471 mTaskNotificationController.notifyTaskListUpdated(); in notifyTaskAdded()
478 mTaskNotificationController.notifyTaskListUpdated(); in notifyTaskRemoved()
1131 mTaskNotificationController.notifyTaskListUpdated(); in add()