Searched refs:DEBUG (Results 176 - 200 of 304) sorted by relevance

1234567891011>>

/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java66 private static final boolean DEBUG = false; field in class:BaseRecipientAdapter
219 if (DEBUG) {
238 if (DEBUG) {
267 if (DEBUG) {
365 if (DEBUG) {
399 if (DEBUG) {
409 if (DEBUG) {
433 if (DEBUG) {
780 if (DEBUG) {
887 if (DEBUG) {
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java102 if (FragmentManagerImpl.DEBUG) Log.v(FragmentManagerImpl.TAG,
119 if (FragmentManagerImpl.DEBUG) Log.v(FragmentManagerImpl.TAG,
552 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Bump nesting in " + this
558 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Bump nesting of "
565 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Bump nesting of "
583 if (FragmentManagerImpl.DEBUG) {
600 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Run: " + this);
623 if (FragmentManagerImpl.DEBUG) Log.v(TAG,
636 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Bump nesting of "
691 if (FragmentManagerImpl.DEBUG) {
[all...]
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java2828 public boolean DEBUG = false; field in class:MediaPlayer.TimeProvider
2863 if (DEBUG) Log.v(TAG, "scheduleNotification " + type + " in " + delayUs);
2890 if (DEBUG) Log.d(TAG, "onPaused: " + paused);
2903 if (DEBUG) Log.d(TAG, "onStopped");
2930 if (DEBUG) Log.d(TAG, "onSeekComplete at " + timeUs);
2940 if (DEBUG) Log.d(TAG, "onSeekComplete but no player");
2984 if (DEBUG) Log.d(TAG, "notifyAt " + timeUs);
2992 if (DEBUG) Log.d(TAG, "scheduleUpdate");
3044 if (DEBUG) {
3071 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/print/
H A DPrintManager.java61 private static final boolean DEBUG = false; field in class:PrintManager
488 if (DEBUG) {
513 if (DEBUG) {
583 if (DEBUG) {
606 if (DEBUG) {
617 if (DEBUG) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_seq_param_set.c103 DEBUG(("NOT BASELINE PROFILE %d\n", tmp));
308 DEBUG(("WARNING! Invalid DPB size based on SPS Level!\n"));
309 DEBUG(("WARNING! Using num_ref_frames =%d for DPB size!\n",
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java46 private static final boolean DEBUG = false; field in class:DisplayManagerGlobal
125 if (DEBUG) {
398 if (DEBUG) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipper.java41 private static final boolean DEBUG = false; field in class:KeyguardSecurityViewFlipper
180 if (DEBUG && widthMode != MeasureSpec.AT_MOST) {
184 if (DEBUG && heightMode != MeasureSpec.AT_MOST) {
H A DPagedView.java67 private static final boolean DEBUG = false; field in class:PagedView
356 if (DEBUG) Log.d(TAG, "PagedView.updateDragViewTranslationDuringDrag(): " + x + ", " + y);
668 if (DEBUG) Log.d(TAG, "PagedView.onMeasure(): " + widthSize + ", " + heightSize);
669 if (DEBUG) Log.d(TAG, "PagedView.scaledSize: " + scaledWidthSize + ", " + scaledHeightSize);
670 if (DEBUG) Log.d(TAG, "PagedView.parentSize: " + parentWidthSize + ", " + parentHeightSize);
671 if (DEBUG) Log.d(TAG, "PagedView.horizontalPadding: " + horizontalPadding);
672 if (DEBUG) Log.d(TAG, "PagedView.verticalPadding: " + verticalPadding);
713 if (DEBUG) Log.d(TAG, "getRelativeChildOffset(): " + getViewportWidth() + ", "
749 if (DEBUG) Log.d(TAG, "PagedView.onLayout()");
766 if (DEBUG) Lo
[all...]
H A DKeyguardSelectorView.java44 private static final boolean DEBUG = KeyguardHostView.DEBUG; field in class:KeyguardSelectorView
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java56 static final boolean DEBUG = PhoneStatusBar.DEBUG || false; field in class:SearchPanelView
179 if (DEBUG) Log.v(TAG, "Couldn't grab icon for component " + component);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java46 private static final boolean DEBUG = RecentsPanelView.DEBUG; field in class:RecentsHorizontalScrollView
181 if (DEBUG) Log.v(TAG, "onInterceptTouchEvent()");
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java199 if (Log.isLoggable(TAG, Log.DEBUG)) {
216 if (Log.isLoggable(TAG, Log.DEBUG)) {
304 if (Log.isLoggable(TAG, Log.DEBUG)) {
/frameworks/base/core/java/android/view/
H A DOrientationEventListener.java32 private static final boolean DEBUG = false; field in class:OrientationEventListener
H A DKeyEvent.java1278 static final boolean DEBUG = false; field in class:KeyEvent
2638 if (DEBUG) Log.v(TAG, "Key down to " + target + " in " + state
2643 if (DEBUG) Log.v(TAG, " Start tracking!");
2648 if (DEBUG) Log.v(TAG, " Clear from long press!");
2659 if (DEBUG) Log.v(TAG, "Key up to " + target + " in " + state
2701 if (DEBUG) Log.v(TAG, "Reset: " + this);
2712 if (DEBUG) Log.v(TAG, "Reset in " + target + ": " + this);
2733 if (DEBUG) Log.v(TAG, "Start trackingt in " + target + ": " + this);
2764 if (DEBUG) Log.v(TAG, "Handle key up " + event + ": " + this);
2767 if (DEBUG) Lo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java38 private static final boolean DEBUG = false; field in class:StorageNotification
90 if (DEBUG) Log.d(TAG, String.format( "Startup with UMS connection %s (media state %s)",
110 if (DEBUG) Log.i(TAG, String.format("UMS connection changed to %s (media state %s)",
124 if (DEBUG) Log.i(TAG, String.format(
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java49 static final boolean DEBUG = false; field in class:FrameworkPerfActivity
327 if (DEBUG) {
365 if (DEBUG) Log.i(TAG, "startCurOp: mCurConnection=" + mCurConnection);
381 if (DEBUG) {
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java69 private static final boolean DEBUG = false; field in class:UsbDeviceManager
139 if (DEBUG) Slog.v(TAG, "USB UEVENT: " + event.toString());
146 if (DEBUG) Slog.d(TAG, "got accessory start");
164 if (DEBUG) Slog.d(TAG, "accessory attached at boot");
188 if (DEBUG) Slog.d(TAG, "systemReady");
313 if (DEBUG) Slog.d(TAG, "boot completed");
438 if (DEBUG) Slog.d(TAG, "setUsbConfig(" + config + ")");
445 if (DEBUG) Slog.d(TAG, "setAdbEnabled: " + enable);
791 if (DEBUG) Slog.d(TAG, "setCurrentFunctions(" + functions + ") default: " + makeDefault);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java111 public static final boolean DEBUG = BaseStatusBar.DEBUG; field in class:PhoneStatusBar
121 public static final boolean CHATTY = DEBUG;
275 if (DEBUG) Log.d(TAG, "makeIconsInvisible");
431 if (DEBUG) Log.v(TAG, "hasNavigationBar=" + showNav);
563 if (DEBUG) Log.v(TAG, "carrierlabel=" + mCarrierLabel + " show=" + mShowCarrierInPanel);
796 if (DEBUG) Log.v(TAG, "addNavigationBar: about to add " + mNavigationBarView);
900 if (DEBUG) Log.d(TAG, "addNotification score=" + notification.getScore());
906 if (DEBUG) Log.d(TAG, "launching notification in heads up mode");
928 if (DEBUG) Lo
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java57 private static final boolean DEBUG = false; field in class:StateListDrawable
101 if (DEBUG) android.util.Log.i(TAG, "onStateChange " + this + " states "
/frameworks/base/libs/androidfw/
H A DObbFile.cpp30 //#define DEBUG 1
187 #ifdef DEBUG
219 #ifdef DEBUG
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java37 public static final boolean DEBUG = true; // for now field in class:GestureRecorder
239 if (DEBUG) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifModifier.java31 public static final boolean DEBUG = false; field in class:ExifModifier
149 if (DEBUG) {
/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) {
/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) {

Completed in 568 milliseconds

1234567891011>>