Searched refs:TAG_STACK (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityDisplay.java | 65 private static final String TAG_STACK = TAG + POSTFIX_STACK; field in class:ActivityDisplay 139 if (DEBUG_STACK) Slog.v(TAG_STACK, "addChild: attaching " + stack 147 if (DEBUG_STACK) Slog.v(TAG_STACK, "removeChild: detaching " + stack
|
H A D | ActivityStack.java | 182 private static final String TAG_STACK = TAG + POSTFIX_STACK; field in class:ActivityStack 495 if (DEBUG_STACK) Slog.v(TAG_STACK, "set resumed activity to:" + record + " reason:" 2324 if (DEBUG_STACK) Slog.d(TAG_STACK, "setResumedActivity stack:" + this + " + from: " 4126 Slog.i(TAG_STACK, 4551 if (DEBUG_TASKS || DEBUG_STACK) Slog.d(TAG_STACK, 5140 if (DEBUG_STACK) Slog.i(TAG_STACK, "removeTask: removing stack=" + this);
|
H A D | ActivityStackSupervisor.java | 200 private static final String TAG_STACK = TAG + POSTFIX_STACK; field in class:ActivityStackSupervisor 1043 if (DEBUG_STACK) Slog.d(TAG_STACK, 2332 if (DEBUG_STACK) Slog.d(TAG_STACK,
|
H A D | ActivityManagerService.java | 544 private static final String TAG_STACK = TAG + POSTFIX_STACK; field in class:ActivityManagerService 11065 if (DEBUG_STACK) Slog.d(TAG_STACK, "moveStackToDisplay: moving stackId=" + stackId 11095 if (DEBUG_STACK) Slog.d(TAG_STACK, "moveTaskToFront: moving taskId=" + taskId); 11267 if (DEBUG_STACK) Slog.d(TAG_STACK, "setTaskWindowingMode: moving task=" + taskId 11316 if (DEBUG_STACK) Slog.d(TAG_STACK, 11351 if (DEBUG_STACK) Slog.d(TAG_STACK, "moveTaskToStack: moving task=" + taskId 11565 if (DEBUG_STACK) Slog.d(TAG_STACK, "positionTaskInStack: positioning task=" [all...] |
Completed in 68 milliseconds