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
4962 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Binding proc "
9104 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Initial config: " + mConfiguration);
14054 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) {
14104 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
2142 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Launching activity "
2872 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Resuming activity "
3213 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Updating activity vis "
3655 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Abort, activity not relaunching!");
3659 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
3683 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
3694 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Handling relaunch of " + r);
3791 if (DEBUG_CONFIGURATION) {
3842 if (DEBUG_CONFIGURATION) Slo
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java109 private static final boolean DEBUG_CONFIGURATION = false || LOCAL_LOGV; field in class:ViewRootImpl
1427 if (DEBUG_CONFIGURATION) Log.v(TAG, "Visible with new config: "
2883 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
2874 if (DEBUG_CONFIGURATION) Slog.i(TAG, "Window " + win
8711 if (DEBUG_CONFIGURATION && configChanged) {
9258 if ((DEBUG_RESIZE || DEBUG_ORIENTATION || DEBUG_CONFIGURATION)

Completed in 197 milliseconds