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.java100 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_CONFIGURATION;
1737 if (DEBUG_CONFIGURATION) Slog.i(TAG, "Window " + this + " visible with new config: "
2269 if ((DEBUG_RESIZE || DEBUG_ORIENTATION || DEBUG_CONFIGURATION) && configChanged) {
H A DWindowManagerService.java218 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_CONFIGURATION;
9299 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.java36 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_CONFIGURATION;
4471 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4480 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4485 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4496 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4503 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4519 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4527 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4535 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
4543 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;
750 if (DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
836 if (DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
H A DActivityRecord.java26 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_CONFIGURATION;
453 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Sending new config to " + this + " " +
H A DActivityManagerService.java301 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_CONFIGURATION;
6496 if (DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION, "Binding proc "
6905 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Report configuration: " + token + " "
12984 if (DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
18687 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.i(TAG_CONFIGURATION,
18761 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;
770 if (DEBUG || DEBUG_CONFIGURATION) Slog.v(TAG, "Skipping new config: curSeq="
798 if (DEBUG || DEBUG_CONFIGURATION) Slog.v(TAG, "Changing resources "
H A DActivityThread.java174 public static final boolean DEBUG_CONFIGURATION = false; field in class:ActivityThread
2572 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Launching activity "
3509 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Resuming activity "
3863 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Updating activity vis "
4365 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Abort, activity not relaunching!");
4369 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
4399 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
4410 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Handling relaunch of " + r);
4537 if (DEBUG_CONFIGURATION) {
4718 if (DEBUG_CONFIGURATION) Slo
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java126 private static final boolean DEBUG_CONFIGURATION = false || LOCAL_LOGV; field in class:ViewRootImpl
1757 if (DEBUG_CONFIGURATION) Log.v(mTag, "Visible with new config: "
3303 if (DEBUG_CONFIGURATION) Log.v(mTag,

Completed in 332 milliseconds