Searched refs:prevTask (Results 1 – 2 of 2) sorted by relevance
1049 final TaskRecord prevTask = task; in reparent() local1050 if (prevTask == newTask) { in reparent()1058 if (prevTask != null && newTask != null && prevTask.getStack() != newTask.getStack()) { in reparent()1061 + " r=" + this + " (" + prevTask.getStackId() + ")"); in reparent()1069 final ActivityStack prevStack = prevTask.getStack(); in reparent()1075 prevTask.removeActivity(this, true /* reparenting */); in reparent()
2973 TaskRecord prevTask = r.getTask(); in startActivityLocked() local2974 ActivityRecord prev = prevTask.topRunningActivityWithStartingWindowLocked(); in startActivityLocked()2978 if (prev.getTask() != prevTask) { in startActivityLocked()3926 final TaskRecord prevTask = mTaskHistory.get(taskIdx); in shouldUpRecreateTaskLocked() local3927 if (!task.affinity.equals(prevTask.affinity)) { in shouldUpRecreateTaskLocked()