Home | History | Annotate | Download | only in wm

Lines Matching refs:removeTask

4873     public void removeTask(int taskId) {
4877 if (DEBUG_STACK) Slog.i(TAG, "removeTask: could not find taskId=" + taskId);
4881 EventLog.writeEvent(EventLogTags.WM_TASK_REMOVED, taskId, "removeTask");
4882 stack.removeTask(task);