Searched refs:taskIdx (Results 1 – 1 of 1) sorted by relevance
3031 int taskIdx = mTaskHistory.indexOf(srec.task); in shouldUpRecreateTaskLocked() local3032 if (taskIdx <= 0) { in shouldUpRecreateTaskLocked()3036 if (taskIdx == 0) { in shouldUpRecreateTaskLocked()3040 TaskRecord prevTask = mTaskHistory.get(taskIdx); in shouldUpRecreateTaskLocked()