Searched refs:targetTask (Results 1 – 2 of 2) sorted by relevance
2175 final TaskRecord targetTask; in resetTargetTaskIfNeededLocked() local2184 targetTask = bottom.task; in resetTargetTaskIfNeededLocked()2188 targetTask = createTaskRecord(mStackSupervisor.getNextTaskId(), target.info, in resetTargetTaskIfNeededLocked()2190 targetTask.affinityIntent = target.intent; in resetTargetTaskIfNeededLocked()2195 final int targetTaskId = targetTask.taskId; in resetTargetTaskIfNeededLocked()2214 + task + " adding to task=" + targetTask in resetTargetTaskIfNeededLocked()2218 p.setTask(targetTask, null); in resetTargetTaskIfNeededLocked()2219 targetTask.addActivityAtBottom(p); in resetTargetTaskIfNeededLocked()2413 final TaskRecord targetTask = mTaskHistory.get(i); in resetTaskIfNeededLocked() local2415 if (targetTask == task) { in resetTaskIfNeededLocked()[all …]
3442 Task targetTask = mTaskIdToTask.get(taskId); in validateAppTokens() local3443 DisplayContent displayContent = targetTask.getDisplayContent(); in validateAppTokens()4925 Task targetTask = mTaskIdToTask.get(taskId); in findAppWindowInsertionPointLocked() local4926 if (targetTask == null) { in findAppWindowInsertionPointLocked()4931 DisplayContent displayContent = targetTask.getDisplayContent(); in findAppWindowInsertionPointLocked()