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