Searched refs:prevTask (Results 1 – 2 of 2) sorted by relevance
1207 final TaskRecord prevTask = task; in reparent() local1208 if (prevTask == newTask) { in reparent()1216 if (prevTask != null && newTask != null && prevTask.getStack() != newTask.getStack()) { in reparent()1219 + " r=" + this + " (" + prevTask.getStackId() + ")"); in reparent()1226 final ActivityStack prevStack = prevTask.getStack(); in reparent()1232 prevTask.removeActivity(this, true /* reparenting */); in reparent()
3253 TaskRecord prevTask = r.getTaskRecord(); in startActivityLocked() local3254 ActivityRecord prev = prevTask.topRunningActivityWithStartingWindowLocked(); in startActivityLocked()3258 if (prev.getTaskRecord() != prevTask) { in startActivityLocked()4233 final TaskRecord prevTask = mTaskHistory.get(taskIdx); in shouldUpRecreateTaskLocked() local4234 if (!task.affinity.equals(prevTask.affinity)) { in shouldUpRecreateTaskLocked()