Home
last modified time | relevance | path

Searched refs:TAG_RECENTS (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRecentTasks.java112 private static final String TAG_RECENTS = TAG + POSTFIX_RECENTS; field in RecentTasks
790 Slog.d(TAG_RECENTS, in cleanupLocked()
800 Slog.d(TAG_RECENTS, in cleanupLocked()
811 Slog.d(TAG_RECENTS, in cleanupLocked()
937 if (DEBUG_RECENTS) Slog.d(TAG_RECENTS, "Skipping, not user: " + task); in getRecentTasksImpl()
942 if (DEBUG_RECENTS) Slog.d(TAG_RECENTS, "Skipping, activity suspended: " + task); in getRecentTasksImpl()
950 if (DEBUG_RECENTS) Slog.d(TAG_RECENTS, "Skipping, not allowed: " + task); in getRecentTasksImpl()
958 Slog.d(TAG_RECENTS, "Skipping, auto-remove without activity: " + task); in getRecentTasksImpl()
964 Slog.d(TAG_RECENTS, "Skipping, unavail real act: " + task); in getRecentTasksImpl()
972 Slog.d(TAG_RECENTS, "Skipping, user setup not complete: " + task); in getRecentTasksImpl()
[all …]
DRootWindowContainer.java183 private static final String TAG_RECENTS = TAG + POSTFIX_RECENTS; field in RootWindowContainer
3495 if (DEBUG_RECENTS) Slog.v(TAG_RECENTS, "Looking for task id=" + id + " in recents");
3500 Slog.d(TAG_RECENTS, "\tDidn't find task id=" + id + " in recents");
3513 Slog.w(TAG_RECENTS,
3518 if (DEBUG_RECENTS) Slog.w(TAG_RECENTS, "Restored task id=" + id + " from in recents");
DActivityTaskSupervisor.java168 private static final String TAG_RECENTS = TAG + POSTFIX_RECENTS; field in ActivityTaskSupervisor
1665 if (DEBUG_RECENTS) Slog.v(TAG_RECENTS, in restoreRecentTaskLocked()
DTask.java255 private static final String TAG_RECENTS = TAG + POSTFIX_RECENTS; field in Task
4584 if (DEBUG_RECENTS) Slog.i(TAG_RECENTS, "Saving task=" + this);
4961 if (DEBUG_RECENTS) Slog.d(TAG_RECENTS, "Restored task=" + task);