Home
last modified time | relevance | path

Searched refs:taskIdx (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityStack.java3031 int taskIdx = mTaskHistory.indexOf(srec.task); in shouldUpRecreateTaskLocked() local
3032 if (taskIdx <= 0) { in shouldUpRecreateTaskLocked()
3036 if (taskIdx == 0) { in shouldUpRecreateTaskLocked()
3040 TaskRecord prevTask = mTaskHistory.get(taskIdx); in shouldUpRecreateTaskLocked()