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

/frameworks/base/services/core/java/com/android/server/am/
H A DCompatModePackages.java47 private final boolean DEBUG_CONFIGURATION = ActivityManagerService.DEBUG_CONFIGURATION; field in class:CompatModePackages
335 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Sending to proc "
H A DActivityManagerService.java254 static final boolean DEBUG_CONFIGURATION = localLOGV || false; field in class:ActivityManagerService
5978 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Binding proc "
11014 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Initial config: " + mConfiguration);
16675 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) {
16727 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Sending to proc "
/frameworks/base/core/java/android/app/
H A DActivityThread.java161 public static final boolean DEBUG_CONFIGURATION = false; field in class:ActivityThread
2257 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Launching activity "
3072 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Resuming activity "
3404 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Updating activity vis "
3866 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Abort, activity not relaunching!");
3870 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
3894 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
3905 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Handling relaunch of " + r);
3990 if (DEBUG_CONFIGURATION) {
4041 if (DEBUG_CONFIGURATION) Slo
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java112 private static final boolean DEBUG_CONFIGURATION = false || LOCAL_LOGV; field in class:ViewRootImpl
1521 if (DEBUG_CONFIGURATION) Log.v(TAG, "Visible with new config: "
3026 if (DEBUG_CONFIGURATION) Log.v(TAG,
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java181 static final boolean DEBUG_CONFIGURATION = false; field in class:WindowManagerService
3132 if (DEBUG_CONFIGURATION) Slog.i(TAG, "Window " + win
9408 if (DEBUG_CONFIGURATION && configChanged) {

Completed in 229 milliseconds