Home
last modified time | relevance | path

Searched refs:DEBUG_ROOT_TASK (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerDebugConfig.java51 static final boolean DEBUG_ROOT_TASK = false; field in WindowManagerDebugConfig
H A DActivityTaskManagerDebugConfig.java48 static final boolean DEBUG_ROOT_TASK = DEBUG_ALL || false; field in ActivityTaskManagerDebugConfig
H A DTaskDisplayArea.java36 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ROOT_TASK;
303 if (DEBUG_ROOT_TASK) {
317 if (DEBUG_ROOT_TASK) Slog.d(TAG_WM, "Set task=" + task + " on taskDisplayArea=" + this);
822 if (ActivityTaskManagerDebugConfig.DEBUG_ROOT_TASK) {
1253 if (ActivityTaskManagerDebugConfig.DEBUG_ROOT_TASK) {
H A DRootWindowContainer.java56 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_ROOT_TASK;
2564 if (DEBUG_ROOT_TASK) Slog.v(TAG, "Display added displayId=" + displayId); in onDisplayAdded()
2589 if (DEBUG_ROOT_TASK) Slog.v(TAG, "Display removed displayId=" + displayId); in onDisplayRemoved()
2606 if (DEBUG_ROOT_TASK) Slog.v(TAG, "Display changed displayId=" + displayId); in onDisplayChanged()
H A DTaskFragment.java543 if (ActivityTaskManagerDebugConfig.DEBUG_ROOT_TASK) { in setResumedActivity()
848 if (ActivityTaskManagerDebugConfig.DEBUG_ROOT_TASK) { in onActivityStateChanged()
H A DActivityTaskSupervisor.java61 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_ROOT_TASK;
1524 if (DEBUG_ROOT_TASK) Slog.d(TAG_ROOT_TASK, in findTaskToMoveToFront()
H A DTask.java124 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ROOT_TASK;
746 if (DEBUG_ROOT_TASK) Slog.i(TAG, in removeIfPossible()
2597 if (DEBUG_ROOT_TASK) Slog.i(TAG, "removeTask:" + reason + " removing taskId=" + mTaskId); in removeImmediately()
2617 if (DEBUG_ROOT_TASK) Slog.i(TAG, "reParentTask: removing taskId=" + mTaskId in reparent()