Searched defs:taskTop (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java2809 * @param task The task containing the Activity (taskTop) that might be reset.
2966 * TaskRecord looking for an affinity with the task of resetTaskIfNeededLocked.taskTop.
2968 * @param task Task that resetTaskIfNeededLocked.taskTop belongs to.
3078 final ActivityRecord resetTaskIfNeededLocked(ActivityRecord taskTop, argument
3083 && taskTop.task.getInactiveDuration() > ACTIVITY_INACTIVE_RESET_TIME) {
3089 final TaskRecord task = taskTop.task;
3091 /** False until we evaluate the TaskRecord associated with taskTop. Switches to true
3095 /** If ActivityOptions are moved out and need to be aborted or moved to taskTop. */
3116 taskTop = mTaskHistory.get(taskNdx--).getTopActivity();
3117 } while (taskTop
[all...]

Completed in 705 milliseconds