Searched refs:debug (Results 101 - 117 of 117) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java195 protected final boolean checkCurrentUserId(Context context, boolean debug) { argument
199 if (debug) {
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserServiceCompat.java593 Result(Object debug) { argument
594 mDebug = debug;
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java1447 debug("Applying user restrictions: userId=" + userId
1514 debug("applyUserRestrictionsForAllUsersLR");
1978 debug("scheduleWriteUser");
1990 debug("writeUserLP " + userData);
2104 debug("writeUserList");
3744 private static void debug(String message) { method in class:UserManagerService
H A DPackageManagerService.java2407 String separateProcesses = SystemProperties.get("debug.separate_processes");
2412 Slog.w(TAG, "Running with debug.separate_processes: * (ALL)");
2416 Slog.w(TAG, "Running with debug.separate_processes: "
6477 final boolean debug = ((intent.getFlags() & Intent.FLAG_DEBUG_LOG_RESOLUTION) != 0);
6482 if (DEBUG_INTENT_MATCHING || debug) {
6496 flags, query, r0.priority, true, false, debug, userId);
6569 int flags, List<ResolveInfo> query, boolean debug, int userId) {
6574 if (DEBUG_PREFERRED || debug) Slog.v(TAG, "Looking for presistent preferred activities...");
6584 if (DEBUG_PREFERRED || debug) {
6592 if (DEBUG_PREFERRED || debug) {
6568 findPersistentPreferredActivityLP(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, boolean debug, int userId) argument
6627 findPreferredActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int priority, boolean always, boolean removeMatches, boolean debug, int userId) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java6431 protected void debug(int depth) { method in class:ViewGroup
6432 super.debug(depth);
6439 mFocused.debug(depth + 1);
6445 mDefaultFocus.debug(depth + 1);
6451 mFocusedInCluster.debug(depth + 1);
6461 child.debug(depth + 1);
7558 public String debug(String output) { method in class:ViewGroup.LayoutParams
H A DViewRootImpl.java1507 host.debug();
1583 host.debug();
2232 host.debug();
6200 public void debug() { method in class:ViewRootImpl
6201 mView.debug();
H A DView.java788 public static final String DEBUG_LAYOUT_PROPERTY = "debug.layout";
21778 public void debug() { method in class:View
21779 debug(0);
21791 protected void debug(int depth) { method in class:View
21833 output = mLayoutParams.debug(output);
/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy46 %debug
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java46 import com.android.ex.camera2.portability.debug.Log;
H A DAndroidCameraAgentImpl.java38 import com.android.ex.camera2.portability.debug.Log;
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java2037 public String debug(String output) { method in class:LinearLayout.LayoutParams
H A DRelativeLayout.java1397 public String debug(String output) { method in class:RelativeLayout.LayoutParams
H A DTextView.java8927 public void debug(int depth) { method in class:TextView
8928 super.debug(depth);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java264 SystemProperties.getBoolean("debug.enable_remote_input", true);
266 = SystemProperties.getBoolean("debug.child_notifs", true);
268 SystemProperties.getBoolean("debug.force_remoteinput_history", false);
3406 mNotificationPanel + " params=" + mNotificationPanel.getLayoutParams().debug(""));
3428 mStatusBarView.debug();
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2799 mTrackingAssociations = "1".equals(SystemProperties.get("debug.track-associations"));
3854 if ("1".equals(SystemProperties.get("debug.checkjni"))) {
3857 String genDebugInfoProperty = SystemProperties.get("debug.generate-debug-info");
3861 if ("1".equals(SystemProperties.get("debug.jni.logging"))) {
3864 if ("1".equals(SystemProperties.get("debug.assert"))) {
3868 // Enable all debug flags required by the native debugger.
3870 debugFlags |= Zygote.DEBUG_GENERATE_DEBUG_INFO; // Generate debug info
4785 final boolean debug = ((intent.getFlags() & Intent.FLAG_DEBUG_LOG_RESOLUTION) != 0);
4807 if (debug) {
[all...]

Completed in 3779 milliseconds

12345