Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DRecentTasks.java322 private void notifyTaskRemoved(TaskRecord task, boolean wasTrimmed) { in notifyTaskRemoved() method in RecentTasks
592 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()
DTaskChangeNotificationController.java361 void notifyTaskRemoved(int taskId) { in notifyTaskRemoved() method in TaskChangeNotificationController
DTaskRecord.java462 mService.mTaskChangeNotificationController.notifyTaskRemoved(taskId); in removeWindowContainer()