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