Searched refs:DEBUG_APP (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSettings.java1092 MOVED_TO_GLOBAL.add(Settings.Global.DEBUG_APP);
1784 * @deprecated Use {@link Global#DEBUG_APP} instead
1787 public static final String DEBUG_APP = Global.DEBUG_APP; field in class:Settings.System
1790 * If 1, when launching DEBUG_APP it will wait for the debugger before
5817 public static final String DEBUG_APP = "debug_app"; field in class:Settings.Global
5820 * If 1, when launching DEBUG_APP it will wait for the debugger before
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java34 import static com.android.server.am.ActivityStackSupervisor.DEBUG_APP;
2623 if (DEBUG_APP) Slog.v(TAG, "Clearing app during cleanUp for activity " + r);
2688 if (DEBUG_APP) Slog.v(TAG, "Clearing app during remove for activity " + r);
2831 if (DEBUG_APP) Slog.v(TAG, "Clearing app during destroy for activity " + r);
2842 if (DEBUG_APP) Slog.v(TAG, "Clearing app during destroy for activity " + r);
2963 if (DEBUG_APP) Slog.v(TAG, "Clearing app during removeHistory for activity "
H A DActivityStackSupervisor.java89 static final boolean DEBUG_APP = DEBUG || false; field in class:ActivityStackSupervisor
H A DActivityManagerService.java8431 resolver, Settings.Global.DEBUG_APP,
9080 resolver, Settings.Global.DEBUG_APP);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java1426 Settings.Global.DEBUG_APP,

Completed in 481 milliseconds