Searched refs:DEBUG (Results 151 - 175 of 471) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java73 private static final boolean DEBUG = false; field in class:WifiDisplayController
294 if (DEBUG) {
307 if (DEBUG) {
322 if (DEBUG) {
329 if (DEBUG) {
391 if (DEBUG) {
402 if (DEBUG) {
419 if (DEBUG) {
426 if (DEBUG) {
437 if (DEBUG) {
[all...]
/frameworks/base/services/core/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) {
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DUnrefedPooledCache.java51 private static final boolean DEBUG = DecodeTask.DEBUG; field in class:UnrefedPooledCache
148 if (DEBUG) {
156 if (DEBUG) {
171 if (DEBUG) {
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java98 static final boolean DEBUG = false; field in class:WallpaperService
295 if (DEBUG) Log.v(TAG, "Dispatch wallpaper offsets: " + x + ", " + y);
315 if (DEBUG) Log.v(TAG, "Dispatch wallpaper command: " + x + ", " + y);
605 if (DEBUG) Log.v(TAG, "Changes: creating=" + creating
691 if (DEBUG) Log.v(TAG, "New surface: " + mSurfaceHolder.mSurface
733 if (DEBUG) Log.v(TAG, "Layout: Surface destroyed");
745 if (DEBUG) Log.v(TAG, "onSurfaceCreated("
761 if (DEBUG) {
768 if (DEBUG) Log.v(TAG, "onSurfaceChanged("
827 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java40 private static final boolean DEBUG = false; field in class:WallpaperBackupHelper
111 if (DEBUG) {
144 if (DEBUG) Slog.d(TAG, "Restoring wallpaper image w=" + options.outWidth
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DGLThreadManager.java38 private static final boolean DEBUG = Log.isLoggable(LegacyCameraDevice.DEBUG_PROP, Log.DEBUG); field in class:GLThreadManager
99 if (DEBUG) {
/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/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardTransportControlView.java63 protected static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardTransportControlView
118 if (DEBUG) Log.d(TAG, "onClientPlaybackStateUpdate(state=" + state +
272 if (DEBUG) Log.v(TAG, "Create TCV " + this);
316 if (DEBUG) Log.v(TAG, (enabled ? "Enable" : "Disable") + " transport text marquee");
351 if (DEBUG) Log.v(TAG, "onAttachToWindow()");
356 if (DEBUG) Log.v(TAG, "Registering TCV " + this);
372 if (DEBUG) Log.v(TAG, "onDetachFromWindow()");
374 if (DEBUG) Log.v(TAG, "Unregistering TCV " + this);
540 if (DEBUG) Lo
[all...]
/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/policy/
H A DBatteryController.java33 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:BatteryController
106 if (DEBUG) Log.d(TAG, "Power save is " + (mPowerSave ? "on" : "off"));
H A DBluetoothControllerImpl.java61 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:BluetoothControllerImpl
236 if (DEBUG) Log.d(TAG, action + " " + deviceToString(device));
266 if (DEBUG) Log.d(TAG, action + " " + profileToString(profile) + " "
341 if (DEBUG) Log.d(TAG, "updateConnectionState " + BluetoothUtil.deviceToString(device)
451 if (DEBUG) Log.d(TAG, "Unknown action " + action);
458 if (DEBUG) Log.d(TAG, "Disconnected from " + BluetoothUtil.profileToString(profile));
467 if (DEBUG) Log.d(TAG, "Connected to " + BluetoothUtil.profileToString(profile));
497 if (DEBUG) Log.d(TAG, "ACTION_STATE_CHANGED " + mEnabled);
503 if (DEBUG) Lo
[all...]
H A DHeadsUpNotificationView.java52 private static final boolean DEBUG = false; field in class:HeadsUpNotificationView
53 private static final boolean SPEW = DEBUG;
86 if (DEBUG) Log.v(TAG, "create() " + mTouchSensitivityDelay);
194 if (DEBUG) Log.v(TAG, key + " snoozed");
266 if (DEBUG) Log.v(TAG, "mSnoozeLengthMs = " + mSnoozeLengthMs);
273 if (DEBUG) Log.v(TAG, "mSnoozeLengthMs = " + mSnoozeLengthMs);
290 if (DEBUG) Log.v(TAG, "onInterceptTouchEvent()");
304 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DConnectivityController.java134 if (DEBUG) {
154 if (DEBUG) {
183 if (DEBUG) {
H A DIdleController.java155 if (DEBUG) {
169 if (DEBUG) {
178 if (DEBUG) {
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAudioManager.java40 private static final boolean DEBUG = false; field in class:UsbAudioManager
170 if (DEBUG) {
181 if (DEBUG) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackOverlayFragment.java88 private static final boolean DEBUG = false; field in class:PlaybackOverlayFragment
134 if (DEBUG) Log.v(TAG, "onAnimationEnd " + mBgAlpha);
212 if (DEBUG) Log.v(TAG, "setFadingEnabled " + enabled);
269 if (DEBUG) Log.v(TAG, "tickle enabled " + mFadingEnabled + " isResumed " + isResumed());
289 if (DEBUG) Log.v(TAG, "onInterceptInputEvent status " + mFadingStatus +
392 if (DEBUG) Log.v(TAG, "fraction " + fraction);
488 if (DEBUG) Log.v(TAG, "fade " + fadeIn);
493 if (DEBUG) Log.v(TAG, "requested fade in progress");
497 if (DEBUG) Log.v(TAG, "fade is no-op");
662 if (DEBUG) Lo
[all...]
H A DPlaybackOverlaySupportFragment.java90 private static final boolean DEBUG = false; field in class:PlaybackOverlaySupportFragment
136 if (DEBUG) Log.v(TAG, "onAnimationEnd " + mBgAlpha);
214 if (DEBUG) Log.v(TAG, "setFadingEnabled " + enabled);
271 if (DEBUG) Log.v(TAG, "tickle enabled " + mFadingEnabled + " isResumed " + isResumed());
291 if (DEBUG) Log.v(TAG, "onInterceptInputEvent status " + mFadingStatus +
394 if (DEBUG) Log.v(TAG, "fraction " + fraction);
490 if (DEBUG) Log.v(TAG, "fade " + fadeIn);
495 if (DEBUG) Log.v(TAG, "requested fade in progress");
499 if (DEBUG) Log.v(TAG, "fade is no-op");
664 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHelper.java67 private static final boolean DEBUG = false; field in class:BatteryStatsHelper
324 if (DEBUG) {
371 if (DEBUG) {
441 if (DEBUG && ratio != 0) Log.d(TAG, "UID " + u.getUid() + ": CPU step #"
447 if (DEBUG && processPower != 0) {
464 if (DEBUG && cpuFgTime > cpuTime + 10000) {
489 if (DEBUG && p != 0) Log.d(TAG, "UID " + u.getUid() + ": wake "
509 if (DEBUG && p != 0) Log.d(TAG, "UID " + u.getUid() + ": mobile packets "
520 if (DEBUG && p != 0) Log.d(TAG, "UID " + u.getUid() + ": wifi packets "
529 if (DEBUG
[all...]
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java53 static final boolean DEBUG = false; field in class:TwilightService
141 if (DEBUG) {
229 if (DEBUG) {
350 if (DEBUG) {
391 if (DEBUG) {
414 if (DEBUG) {
/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.h113 #define DEBUG(args) printf args macro
115 #define DEBUG(args) macro
/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java55 static final boolean DEBUG = false; field in class:LauncherApps
167 if (DEBUG) {
219 if (DEBUG) {
356 if (DEBUG) {
368 if (DEBUG) {
380 if (DEBUG) {
393 if (DEBUG) {
406 if (DEBUG) {
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java55 private final boolean DEBUG; field in class:CameraManager
72 DEBUG = Log.isLoggable(TAG, Log.DEBUG);
553 private final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:CameraManager.CameraManagerGlobal
738 if (DEBUG) {
752 if (DEBUG) {
774 if (DEBUG) {
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java37 private static final boolean DEBUG = false; field in class:AccessibilityCache
57 if (DEBUG) {
139 if (DEBUG) {
180 if (DEBUG) {
230 if (DEBUG) {
280 if (DEBUG) {
301 if (DEBUG) {
326 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java73 static final boolean DEBUG = false; field in class:JobSchedulerService
144 if (DEBUG) {
151 if (DEBUG) {
246 if (DEBUG) {
417 if (DEBUG) {
449 if (DEBUG) {
468 if (DEBUG) {
472 if (DEBUG) {
548 if (DEBUG) {
554 if (DEBUG) {
[all...]

Completed in 539 milliseconds

1234567891011>>