Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRecentTasks.java139 private TaskChangeNotificationController mTaskNotificationController; field in RecentTasks
276 mTaskNotificationController = service.getTaskChangeNotificationController(); in RecentTasks()
287 mTaskNotificationController = service.getTaskChangeNotificationController(); in RecentTasks()
321 mTaskNotificationController.notifyTaskListFrozen(true); in setFreezeTaskListReordering()
355 mTaskNotificationController.notifyTaskStackChanged(); in resetFreezeTaskListReordering()
356 mTaskNotificationController.notifyTaskListFrozen(false); in resetFreezeTaskListReordering()
491 mTaskNotificationController.notifyTaskListUpdated(); in notifyTaskAdded()
498 mTaskNotificationController.notifyTaskListUpdated(); in notifyTaskRemoved()
1147 mTaskNotificationController.notifyTaskListUpdated(); in add()