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

/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java1944 private final ActivityRecord resetTaskIfNeededLocked(ActivityRecord taskTop, argument
1949 && taskTop.task.getInactiveDuration() > ACTIVITY_INACTIVE_RESET_TIME) {
1956 final TaskRecord task = taskTop.task;
1975 if (below != null && below.userId != taskTop.userId) {
2086 if (taskTop == p) {
2087 taskTop = below;
2133 if (taskTop == p) {
2134 taskTop = below;
2212 taskTop = p;
2270 if (taskTop !
[all...]

Completed in 21 milliseconds