Searched refs:DEBUG (Results 201 - 225 of 309) sorted by relevance

1234567891011>>

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java40 private static final boolean DEBUG = false; field in class:PhoneFallbackEventHandler
187 if (DEBUG) {
/frameworks/base/services/java/com/android/server/
H A DIdleMaintenanceService.java53 private static final boolean DEBUG = false; field in class:IdleMaintenanceService
283 if (DEBUG) {
H A DBatteryService.java86 private static final boolean DEBUG = false; field in class:BatteryService
306 if (DEBUG) {
489 if (DEBUG) {
563 if (DEBUG) Slog.v(TAG, "duration threshold: " + durationThreshold +
565 if (DEBUG) Slog.v(TAG, "duration: " + duration + " discharge: " +
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DMediaDecoder.java78 private static final boolean DEBUG = false; field in class:MediaDecoder
236 if (DEBUG) {
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneResultAdapter.java41 private static final boolean DEBUG = false; field in class:TimeZoneResultAdapter
121 if (DEBUG) {
/frameworks/support/v4/java/android/support/v4/content/
H A DLocalBroadcastManager.java80 private static final boolean DEBUG = false; field in class:LocalBroadcastManager
209 final boolean debug = DEBUG ||
/frameworks/base/media/java/android/media/
H A DRemoteController.java61 private final static boolean DEBUG = false; field in class:RemoteController
555 if (DEBUG) {
596 if (DEBUG) { Log.e(TAG, "setMetadata("+genId+")"); }
615 if (DEBUG) { Log.v(TAG, "setArtwork("+genId+")"); }
633 if (DEBUG) { Log.e(TAG, "setAllMetadata("+genId+")"); }
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentTasksLoader.java48 static final boolean DEBUG = PhoneStatusBar.DEBUG || false; field in class:RecentTasksLoader
173 if (DEBUG) Log.v(TAG, "creating activity desc for id="
183 if (DEBUG) Log.v(TAG, "SKIPPING item " + persistentTaskId);
196 if (DEBUG) Log.v(TAG, "Loaded bitmap for task "
H A DRecentsVerticalScrollView.java46 private static final boolean DEBUG = RecentsPanelView.DEBUG; field in class:RecentsVerticalScrollView
189 if (DEBUG) Log.v(TAG, "onInterceptTouchEvent()");
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java55 private static final boolean DEBUG = false; field in class:GlowPadView
458 if (DEBUG) Log.v(TAG, "Finish with target hit = " + targetHit);
765 if (DEBUG) Log.v(TAG, "*** DOWN ***");
772 if (DEBUG) Log.v(TAG, "*** MOVE ***");
779 if (DEBUG) Log.v(TAG, "*** UP ***");
786 if (DEBUG) Log.v(TAG, "*** CANCEL ***");
820 if (DEBUG && mDragging) Log.v(TAG, "** Handle RELEASE");
828 if (DEBUG && mDragging) Log.v(TAG, "** Handle CANCEL");
986 if (DEBUG) Log.v(TAG, "** Handle HIT");
1146 if (DEBUG) dum
[all...]
H A DMultiWaveView.java58 private static final boolean DEBUG = false; field in class:MultiWaveView
498 if (DEBUG) Log.v(TAG, "Finish with target hit = " + targetHit);
760 if (DEBUG) Log.v(TAG, "*** DOWN ***");
766 if (DEBUG) Log.v(TAG, "*** MOVE ***");
772 if (DEBUG) Log.v(TAG, "*** UP ***");
779 if (DEBUG) Log.v(TAG, "*** CANCEL ***");
805 if (DEBUG && mDragging) Log.v(TAG, "** Handle RELEASE");
810 if (DEBUG && mDragging) Log.v(TAG, "** Handle CANCEL");
957 if (DEBUG) Log.v(TAG, "** Handle HIT");
1040 if (DEBUG) dum
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java117 private static final boolean DEBUG = false; field in class:AccessibilityManagerService
365 if (DEBUG) {
374 if (DEBUG) {
496 if (DEBUG) {
507 if (DEBUG) {
512 if (DEBUG) {
527 if (DEBUG) {
540 if (DEBUG) {
904 if (DEBUG) {
1949 if (DEBUG) {
[all...]
H A DTouchExplorer.java68 private static final boolean DEBUG = false; field in class:TouchExplorer
313 if (DEBUG) {
812 if (DEBUG) {
985 if (DEBUG) {
1440 if (DEBUG) {
1450 if (DEBUG) {
1504 if (DEBUG) {
1613 if (DEBUG) {
1755 if (DEBUG) {
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java46 static final boolean DEBUG = false; field in class:ProcessStats
242 if (DEBUG) Slog.d(TAG, "Adding pkg " + pkgName + " uid " + uid
247 if (DEBUG) Slog.d(TAG, "Existing process is single-package, splitting");
259 if (DEBUG) Slog.d(TAG, "Adding pkg " + pkgName + " uid " + uid
275 if (DEBUG) Slog.d(TAG, "Adding uid " + uid + " proc " + otherProc.mName);
277 if (DEBUG) Slog.d(TAG, "Creating new process!");
290 if (DEBUG) Slog.d(TAG, "Total duration #" + i + " inc by "
970 if (DEBUG) Slog.d(TAG, "Resetting state of " + mTimePeriodStartClockStr);
976 if (DEBUG) Slog.d(TAG, "State reset; now " + mTimePeriodStartClockStr);
980 if (DEBUG) Slo
[all...]
/frameworks/base/core/java/android/os/
H A DBundle.java34 static final boolean DEBUG = false; field in class:Bundle
220 if (DEBUG) Log.d(TAG, "unparcel " + Integer.toHexString(System.identityHashCode(this))
226 if (DEBUG) Log.d(TAG, "unparcel " + Integer.toHexString(System.identityHashCode(this))
238 if (DEBUG) Log.d(TAG, "unparcel " + Integer.toHexString(System.identityHashCode(this))
252 if (DEBUG) Log.d(TAG, "unparcel " + Integer.toHexString(System.identityHashCode(this))
822 if (DEBUG) Log.d(TAG, "Getting boolean in "
1741 if (DEBUG) Log.d(TAG, "Retrieving " + Integer.toHexString(System.identityHashCode(this))
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DNotificationController.java49 public static final boolean DEBUG = false; field in class:NotificationController
314 if (DEBUG) {
353 if (DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java51 static final boolean DEBUG = false; field in class:PowerUI
136 if (DEBUG) {
261 if (DEBUG) {
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java96 private static final boolean DEBUG = false; field in class:VCardComposer
387 if (DEBUG) Log.d(LOG_TAG, "Unexpected contentUri: " + contentUri);
448 if (DEBUG) {
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
H A DJankTestBase.java71 private static boolean DEBUG = false; field in class:JankTestBase
348 if (DEBUG) {
374 if (DEBUG) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_slice_data.c168 DEBUG(("Skipping macroblock %d\n", currMbAddr));
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteCursor.java146 if (Log.isLoggable(TAG, Log.DEBUG)) {
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManager.java38 private static final boolean DEBUG = false; field in class:DisplayManager
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java92 static final boolean DEBUG = false; field in class:AutoCompleteTextView
733 if (DEBUG) Log.v(TAG, "Enough to filter: len=" + getText().length()
760 if (DEBUG) Log.v(TAG, "before text changed: open=" + mOpenBefore);
769 if (DEBUG) Log.v(TAG, "after text changed: openBefore=" + mOpenBefore
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java35 private static final boolean DEBUG = false; field in class:DrawableContainer
329 if (DEBUG) android.util.Log.i(TAG, toString() + " from " + mCurIndex + " to " + idx
408 if (DEBUG) android.util.Log.i(TAG, toString() + " cur alpha " + animAlpha);
425 if (DEBUG) android.util.Log.i(TAG, toString() + " last alpha " + animAlpha);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java45 private static final boolean DEBUG = false; field in class:DessertCaseView
183 if (DEBUG) setWillNotDraw(false);
250 if (DEBUG) Log.v(TAG, String.format("New dimensions: %dx%d", mColumns, mRows));
480 if (!DEBUG) return;

Completed in 1447 milliseconds

1234567891011>>