Searched refs:DEBUG (Results 101 - 125 of 304) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/
H A DSurfaceView.java88 static private final boolean DEBUG = false; field in class:SurfaceView
447 if (DEBUG) Log.i(TAG, "Changes: creating=" + creating
507 if (DEBUG) Log.i(TAG, "Cur surface: " + mSurface);
519 if (DEBUG) Log.i(TAG, "New surface: " + mNewSurface
553 if (DEBUG) Log.i(TAG, "visibleChanged -- surfaceDestroyed");
567 if (DEBUG) Log.i(TAG, "visibleChanged -- surfaceCreated");
577 if (DEBUG) Log.i(TAG, "surfaceChanged -- format=" + mFormat
587 if (DEBUG) Log.i(TAG, "surfaceRedrawNeeded");
602 if (DEBUG) Log.i(TAG, "finishedDrawing");
609 if (DEBUG) Lo
[all...]
H A DChoreographer.java71 private static final boolean DEBUG = false; field in class:Choreographer
304 if (DEBUG) {
348 if (DEBUG) {
464 if (DEBUG) {
481 if (DEBUG) {
507 if (DEBUG) {
518 if (DEBUG) {
534 if (DEBUG) {
557 if (DEBUG) {
/frameworks/base/services/java/com/android/server/print/
H A DRemotePrintService.java56 private static final boolean DEBUG = false; field in class:RemotePrintService
185 if (DEBUG) {
212 if (DEBUG) {
240 if (DEBUG) {
267 if (DEBUG) {
300 if (DEBUG) {
337 if (DEBUG) {
365 if (DEBUG) {
392 if (DEBUG) {
424 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityManager.java68 private static final boolean DEBUG = false; field in class:AccessibilityManager
269 if (DEBUG) {
290 if (DEBUG) {
326 if (DEBUG) {
353 if (DEBUG) {
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java45 private static final boolean DEBUG = false; field in class:LocalePicker
141 if (DEBUG) {
154 if (DEBUG) {
163 if (DEBUG) {
180 if (DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecents.java41 private static final boolean DEBUG = false; field in class:Recents
50 if (DEBUG) Log.d(TAG, "toggle recents panel");
195 if (DEBUG) Log.d(TAG, "preloading recents");
206 if (DEBUG) Log.d(TAG, "cancel preloading recents");
217 if (DEBUG) Log.d(TAG, "closing recents panel");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java35 private static final boolean DEBUG = PhoneStatusBar.DEBUG; field in class:PhoneStatusBarView
136 if (DEBUG) {
160 if (DEBUG) {
210 if (DEBUG) {
H A DKeyguardTouchDelegate.java48 protected static final boolean DEBUG = false; field in class:KeyguardTouchDelegate
73 if (DEBUG) Slog.v(TAG, "*** Keyguard: can't bind to " + KEYGUARD_CLASS);
75 if (DEBUG) Slog.v(TAG, "*** Keyguard started");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java40 private static final boolean DEBUG = false; field in class:HeadsUpNotificationView
41 private static final boolean SPEW = DEBUG;
64 if (DEBUG) Log.v(TAG, "create() " + mTouchSensitivityDelay);
110 if (DEBUG) {
144 if (DEBUG) Log.v(TAG, "onInterceptTouchEvent()");
/frameworks/base/services/java/com/android/server/power/
H A DWirelessChargerDetector.java74 private static final boolean DEBUG = false; field in class:WirelessChargerDetector
262 if (DEBUG) {
295 if (DEBUG) {
319 if (DEBUG) {
325 if (DEBUG) {
H A DDisplayPowerController.java70 private static boolean DEBUG = false; field in class:DisplayPowerController
438 if (DEBUG) {
474 if (DEBUG) {
739 if (DEBUG) {
751 if (DEBUG) {
761 if (DEBUG) {
957 if (DEBUG) {
974 if (DEBUG) {
986 if (DEBUG) {
1007 if (DEBUG) {
[all...]
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java45 public static final boolean DEBUG = false; field in class:InputMethodUtils
388 if (DEBUG) {
404 if (DEBUG) {
416 if (DEBUG) {
434 if (DEBUG) {
462 if (DEBUG) {
468 if (DEBUG) {
532 if (DEBUG) {
701 if (DEBUG) {
709 if (DEBUG) {
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java71 private static final boolean DEBUG = false; field in class:KeyguardUpdateMonitor
72 private static final boolean DEBUG_SIM_STATES = DEBUG || false;
260 if (DEBUG) Log.d(TAG, "received broadcast " + action);
447 if (DEBUG) Log.d(TAG, "dispatchSetBackground");
461 if (DEBUG)
472 if (DEBUG)
572 if (DEBUG) Log.d(TAG, "DEVICE_PROVISIONED state = " + mDeviceProvisioned);
698 if (DEBUG) Log.d(TAG, "handlePhoneStateChanged(" + newState + ")");
718 if (DEBUG) Log.d(TAG, "handleRingerModeChange(" + mode + ")");
732 if (DEBUG) Lo
[all...]
H A DKeyguardTransportControlView.java65 protected static final boolean DEBUG = false; field in class:KeyguardTransportControlView
120 if (DEBUG) Log.d(TAG, "onClientPlaybackStateUpdate(state=" + state +
215 if (DEBUG) Log.v(TAG, "Create TCV " + this);
266 if (DEBUG) Log.v(TAG, (enabled ? "Enable" : "Disable") + " transport text marquee");
299 if (DEBUG) Log.v(TAG, "onAttachToWindow()");
304 if (DEBUG) Log.v(TAG, "Registering TCV " + this);
319 if (DEBUG) Log.v(TAG, "onDetachFromWindow()");
321 if (DEBUG) Log.v(TAG, "Unregistering TCV " + this);
460 if (DEBUG) Log.d(TAG, "updateSeekDisplay timeElapsed=" + timeElapsed +
520 if (DEBUG) Lo
[all...]
/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayController.java74 private static final boolean DEBUG = false; field in class:WifiDisplayController
278 if (DEBUG) {
290 if (DEBUG) {
305 if (DEBUG) {
312 if (DEBUG) {
356 if (DEBUG) {
366 if (DEBUG) {
378 if (DEBUG) {
403 if (DEBUG) {
409 if (DEBUG) {
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java32 static final boolean DEBUG = false; field in class:BaseSurfaceHolder
171 if (DEBUG) Log.i(TAG, "Locking canvas..,");
190 if (DEBUG) Log.i(TAG, "Returned canvas: " + c);
/frameworks/base/media/java/android/media/
H A DFocusRequester.java35 private static final boolean DEBUG = false; field in class:FocusRequester
215 if (DEBUG) {
231 if (DEBUG) {
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DObbBackupService.java46 static final boolean DEBUG = true; field in class:ObbBackupService
66 if (DEBUG) {
73 if (DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java81 public static final boolean DEBUG = false; field in class:BaseStatusBar
176 if (DEBUG) {
286 if (DEBUG) {
311 if (DEBUG && MULTIUSER_DEBUG) {
324 if (DEBUG) {
570 if (DEBUG) Log.d(TAG, "opening search panel");
577 if (DEBUG) Log.d(TAG, "closing search panel");
818 if (DEBUG) {
850 if (DEBUG) {
867 if (DEBUG) Lo
[all...]
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneFilterTypeAdapter.java37 private static final boolean DEBUG = false; field in class:TimeZoneFilterTypeAdapter
169 if (DEBUG) {
249 if (DEBUG) {
392 if (DEBUG) {
412 if (DEBUG) {
417 if (DEBUG) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h112 #define DEBUG(args) printf args macro
114 #define DEBUG(args) macro
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java96 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:GpsLocationProvider
401 if (DEBUG) Log.d(TAG, "ALARM_WAKEUP");
404 if (DEBUG) Log.d(TAG, "ALARM_TIMEOUT");
577 if (DEBUG) {
606 if (DEBUG) Log.d(TAG, "mAGpsDataConnectionIpAddr " + mAGpsDataConnectionIpAddr);
609 if (DEBUG) Log.d(TAG, "call requestRouteToHost");
614 if (DEBUG) Log.d(TAG, "call native_agps_data_conn_open");
618 if (DEBUG) Log.d(TAG, "call native_agps_data_conn_failed");
675 if (DEBUG) Lo
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DRlog.java46 return Log.println_native(Log.LOG_ID_RADIO, Log.DEBUG, tag, msg);
50 return Log.println_native(Log.LOG_ID_RADIO, Log.DEBUG, tag,
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java138 private static final boolean DEBUG = true; field in class:BackupManagerService
499 if (DEBUG) Slog.v(TAG, "clearing pending backups");
830 if (DEBUG) Slog.v(TAG, "Starting with transport " + mCurrentTransport);
844 if (DEBUG) Slog.v(TAG, "Binding to Google transport");
853 if (DEBUG) Slog.v(TAG, "Google transport not present");
874 if (DEBUG) Slog.v(TAG, "Init pending at scheduled backup");
887 if (DEBUG) Slog.v(TAG, "Running a backup pass");
912 if (DEBUG) Slog.v(TAG, "Running a device init");
926 if (DEBUG) Slog.v(TAG, "Initializing package tracking");
1116 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java49 private static final boolean DEBUG = false; field in class:BaseInputConnection
196 if (DEBUG) Log.v(TAG, "commitText " + text);
209 if (DEBUG) Log.v(TAG, "deleteSurroundingText " + beforeLength
267 if (DEBUG) Log.v(TAG, "finishComposingText");
436 if (DEBUG) Log.v(TAG, "setComposingText " + text);
483 if (DEBUG) Log.v(TAG, "setSelection " + start + ", " + end);
554 if (DEBUG) Log.v(TAG, "Sending: " + events[i]);
609 if (DEBUG) Log.v(TAG, "Composing span: " + a + " to " + b);
649 if (DEBUG) Log.v(TAG, "Replacing from " + a + " to " + b + " with \""
653 if (DEBUG) {
[all...]

Completed in 1232 milliseconds

1234567891011>>