Searched refs:DEBUG_CONFIGURATION (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerDebugConfig.java52 static final boolean DEBUG_CONFIGURATION = false; field in class:WindowManagerDebugConfig
H A DWindowState.java101 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_CONFIGURATION;
1760 if (DEBUG_CONFIGURATION) Slog.i(TAG, "Window " + this + " visible with new config: "
2316 if ((DEBUG_RESIZE || DEBUG_ORIENTATION || DEBUG_CONFIGURATION) && configChanged) {
H A DWindowManagerService.java224 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_CONFIGURATION;
9614 if (DEBUG_CONFIGURATION && configChanged) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerDebugConfig.java56 static final boolean DEBUG_CONFIGURATION = DEBUG_ALL || false; field in class:ActivityManagerDebugConfig
H A DActivityStack.java37 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_CONFIGURATION;
4529 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4534 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4545 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4552 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4568 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4576 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4584 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4592 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4605 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slo
[all...]
H A DCompatModePackages.java377 if (DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION, "Sending to proc "
H A DActivityStarter.java53 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_CONFIGURATION;
790 if (DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
876 if (DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
H A DActivityRecord.java27 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_CONFIGURATION;
461 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Sending new config to " + this + " " +
H A DActivityManagerService.java302 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_CONFIGURATION;
6563 if (DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION, "Binding proc "
6971 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Report configuration: " + token + " "
13187 if (DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
18952 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.i(TAG_CONFIGURATION,
19026 if (DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION, "Sending to proc "
/frameworks/base/core/java/android/app/
H A DResourcesManager.java19 import static android.app.ActivityThread.DEBUG_CONFIGURATION;
803 if (DEBUG || DEBUG_CONFIGURATION) Slog.v(TAG, "Skipping new config: curSeq="
831 if (DEBUG || DEBUG_CONFIGURATION) Slog.v(TAG, "Changing resources "
H A DActivityThread.java175 public static final boolean DEBUG_CONFIGURATION = false; field in class:ActivityThread
2591 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Launching activity "
3538 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Resuming activity "
3892 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Updating activity vis "
4401 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Abort, activity not relaunching!");
4405 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
4435 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
4446 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Handling relaunch of " + r);
4573 if (DEBUG_CONFIGURATION) {
4762 if (DEBUG_CONFIGURATION) Slo
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java127 private static final boolean DEBUG_CONFIGURATION = false || LOCAL_LOGV; field in class:ViewRootImpl
1769 if (DEBUG_CONFIGURATION) Log.v(mTag, "Visible with new config: "
3307 if (DEBUG_CONFIGURATION) Log.v(mTag,

Completed in 395 milliseconds