Searched refs:notifyTaskRemoved (Results 1 – 3 of 3) sorted by relevance
322 private void notifyTaskRemoved(TaskRecord task, boolean wasTrimmed) { in notifyTaskRemoved() method in RecentTasks592 notifyTaskRemoved(task, !TRIMMED); in cleanupLocked()639 notifyTaskRemoved(task, !TRIMMED); in cleanupLocked()1020 notifyTaskRemoved(task, !TRIMMED); in remove()1032 notifyTaskRemoved(tr, TRIMMED); in trimInactiveRecentTasks()1086 notifyTaskRemoved(task, TRIMMED); in trimInactiveRecentTasks()1241 notifyTaskRemoved(removedTask, !TRIMMED); in removeForAddTask()
361 void notifyTaskRemoved(int taskId) { in notifyTaskRemoved() method in TaskChangeNotificationController
462 mService.mTaskChangeNotificationController.notifyTaskRemoved(taskId); in removeWindowContainer()