Searched refs:taskIdx (Results 1 – 1 of 1) sorted by relevance
3921 int taskIdx = mTaskHistory.indexOf(task); in shouldUpRecreateTaskLocked() local3922 if (taskIdx <= 0) { in shouldUpRecreateTaskLocked()3926 final TaskRecord prevTask = mTaskHistory.get(taskIdx); in shouldUpRecreateTaskLocked()