Searched defs:DEBUG_CONFIGURATION (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DCompatModePackages.java30 private final boolean DEBUG_CONFIGURATION = ActivityManagerService.DEBUG_CONFIGURATION; field in class:CompatModePackages
308 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Sending to proc "
H A DActivityManagerService.java215 static final boolean DEBUG_CONFIGURATION = localLOGV || false; field in class:ActivityManagerService
4814 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Binding proc "
8952 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Initial config: " + mConfiguration);
13811 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) {
13861 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Sending to proc "
/frameworks/base/core/java/android/app/
H A DActivityThread.java145 public static final boolean DEBUG_CONFIGURATION = false; field in class:ActivityThread
2123 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Launching activity "
2853 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Resuming activity "
3194 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Updating activity vis "
3636 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Abort, activity not relaunching!");
3640 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
3664 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
3675 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Handling relaunch of " + r);
3772 if (DEBUG_CONFIGURATION) {
3823 if (DEBUG_CONFIGURATION) Slo
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java107 private static final boolean DEBUG_CONFIGURATION = false || LOCAL_LOGV; field in class:ViewRootImpl
1425 if (DEBUG_CONFIGURATION) Log.v(TAG, "Visible with new config: "
2881 if (DEBUG_CONFIGURATION) Log.v(TAG,
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java176 static final boolean DEBUG_CONFIGURATION = false; field in class:WindowManagerService
2870 if (DEBUG_CONFIGURATION) Slog.i(TAG, "Window " + win
8685 if (DEBUG_CONFIGURATION && configChanged) {
9236 if ((DEBUG_RESIZE || DEBUG_ORIENTATION || DEBUG_CONFIGURATION)

Completed in 209 milliseconds