Searched defs:DEBUG (Results 326 - 350 of 519) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/view/
H A DLayoutInflater.java73 private static final boolean DEBUG = false; field in class:LayoutInflater
419 if (DEBUG) {
479 if (DEBUG) {
500 if (DEBUG) {
513 if (DEBUG) {
520 if (DEBUG) {
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java545 private static final boolean DEBUG = false; field in class:AccessibilityEvent
1199 if (DEBUG) {
H A DAccessibilityWindowInfo.java35 private static final boolean DEBUG = false; field in class:AccessibilityWindowInfo
537 if (DEBUG) {
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java160 private static final boolean DEBUG = false; field in class:ActivityChooserModel
774 if (DEBUG) {
975 if (DEBUG) {
988 if (DEBUG) {
1031 if (DEBUG) {
1036 if (DEBUG) {
1090 if (DEBUG) {
1098 if (DEBUG) {
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java48 private static final boolean DEBUG = false; field in class:ServiceState
139 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner
145 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner
151 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java56 private static final boolean DEBUG = false; field in class:LocalTransport
152 if (DEBUG) Log.v(TAG, "wiping all data");
160 if (DEBUG) {
189 if (DEBUG) Log.v(TAG, "Got change set key=" + key + " size=" + dataSize
203 if (DEBUG) {
251 if (DEBUG) Log.v(TAG, "clearBackupData() pkg=" + packageInfo.packageName);
276 if (DEBUG) Log.v(TAG, "finishBackup() of " + mFullTargetPackage);
294 if (DEBUG) {
325 if (DEBUG) {
339 if (DEBUG) {
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHelper.java59 static final boolean DEBUG = false; field in class:BatteryStatsHelper
401 if (DEBUG) {
456 if (DEBUG) {
511 if (DEBUG && totalPower != 0) {
580 if (DEBUG && p != 0) {
605 if (DEBUG) Log.d(TAG, tag + " adding sipper " + wbs + ": cpu=" + wbs.cpuTimeMs);
623 if (DEBUG && totalPowerMah != 0) {
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java51 private static final boolean DEBUG = false; field in class:NotificationColorUtil
330 if (DEBUG){
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java52 private static final boolean DEBUG = true; field in class:GpsNetInitiatedHandler
161 if (DEBUG) Log.v(TAG, "ACTION_NEW_OUTGOING_CALL - " + getInEmergency());
164 if (DEBUG) Log.d(TAG, "location enabled :" + getLocationEnabled());
197 if (DEBUG) Log.d(TAG, "onCallStateChanged(): state is "+ state);
256 if (DEBUG) Log.d(TAG, "in handleNiNotification () :"
284 if (DEBUG) Log.d(TAG, "in handleNi () :"
326 if (DEBUG) Log.d(TAG, "in handleNiInEs () :"
365 if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.notificationId +
403 if (DEBUG) Log.d(TAG, "openNiDialog, notifyId: " + notif.notificationId +
429 if (DEBUG) Lo
[all...]
/frameworks/base/media/java/android/media/
H A DRemoteController.java62 private final static boolean DEBUG = false; field in class:RemoteController
543 if (DEBUG) {
554 if (DEBUG) {
593 if (DEBUG) {
H A DSubtitleTrack.java58 public boolean DEBUG = false; field in class:SubtitleTrack
142 if (DEBUG) Log.v(TAG, "Removing " + cue);
150 if (DEBUG) Log.v(TAG, "Adding " + cue);
205 if (DEBUG) Log.v(TAG, "Clearing " + mActiveCues.size() + " active cues");
215 if (DEBUG) Log.d(TAG, "sched @" + mNextScheduledTimeMs + " after " + mLastTimeMs);
228 if (DEBUG) Log.d(TAG, "onTimedEvent " + timeUs);
243 if (DEBUG) Log.d(TAG, "onSeek " + timeUs);
259 if (DEBUG) Log.d(TAG, "onStop");
333 if (DEBUG) Log.v(TAG, "mVisible=" + mVisible + ", " +
361 if (DEBUG) Lo
398 public boolean DEBUG = false; field in class:SubtitleTrack.CueList
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2ReprocessCaptureTest.java69 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:Camera2ReprocessCaptureTest
358 if (DEBUG) {
417 if (DEBUG) {
478 if (DEBUG) {
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java67 private static final boolean DEBUG = false; field in class:ExternalStorageProvider
142 if (DEBUG) Log.d(TAG, "Found primary volume: " + volume);
189 if (DEBUG) Log.d(TAG, "Disk for root " + rootId + " is " + disk);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java76 static final boolean DEBUG = false; field in class:MtpDocumentsProvider
199 if (DEBUG) {
238 if (DEBUG) {
338 if (DEBUG) {
422 if (DEBUG) {
475 if (DEBUG) {
527 if (DEBUG) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java62 private static final boolean DEBUG = false; field in class:PageAdapter
158 if (DEBUG) {
180 if (DEBUG) {
292 if (DEBUG) {
306 if (DEBUG) {
332 if (DEBUG) {
530 if (DEBUG) {
601 if (DEBUG) {
641 if (DEBUG) {
679 if (DEBUG) {
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java47 private static final boolean DEBUG = Utils.V; field in class:CachedBluetoothDevice
235 if (DEBUG) Log.d(TAG, "Preferred profiles = " + preferredProfiles);
413 if (DEBUG) Log.d(TAG, "Device has no name (yet), use address: " + mName);
498 if (DEBUG) {
532 if (DEBUG) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsState.java58 private static final boolean DEBUG = false; field in class:SettingsState
317 if (DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java52 protected static final boolean DEBUG = false; field in class:ExpandHelper
218 if (DEBUG) Log.d(TAG, "isinside (" + x + ", " + y + ")");
221 if (DEBUG) Log.d(TAG, "isinside null subject");
229 if (DEBUG) Log.d(TAG, " to global (" + x + ", " + y + ")");
235 if (DEBUG) Log.d(TAG, " to local (" + x + ", " + y + ")");
236 if (DEBUG) Log.d(TAG, " inside (" + v.getWidth() + ", " + v.getHeight() + ")");
299 if (DEBUG) Log.v(TAG, "got venetian gesture (dy=" + yDiff + "px)");
328 if (DEBUG) Log.d(TAG, "up/cancel");
425 if (DEBUG) Log.v(TAG, "got venetian gesture (dy=" + yDiff + "px)");
480 if (DEBUG) Lo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java52 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:DozeService
96 if (DEBUG) Log.d(mTag, "new DozeService()");
97 setDebug(DEBUG);
121 if (DEBUG) Log.d(mTag, "onCreate");
150 if (DEBUG) Log.d(mTag, "onAttachedToWindow");
165 if (DEBUG) Log.d(mTag, "onDreamingStarted canDoze=" + canDoze() + " mPowerSaveActive="
200 if (DEBUG) Log.d(mTag, "onDreamingStopped isDozing=" + isDozing());
284 if (DEBUG) Log.d(mTag, "Display off");
289 if (DEBUG) Lo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQSTileHost.java87 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:QSTileHost
323 if (DEBUG) Log.d(TAG, "Recreating tiles");
329 if (DEBUG) Log.d(TAG, "Destroying tile: " + tile.getKey());
338 if (DEBUG) Log.d(TAG, "Adding " + tile);
342 if (DEBUG) Log.d(TAG, "Creating tile: " + tileSpec);
426 if (DEBUG) Log.d(TAG, "saveCurrentTiles " + newTiles);
463 if (DEBUG) Log.d(TAG, "Loaded tile specs from config: " + tileList);
465 if (DEBUG) Log.d(TAG, "Loaded tile specs from setting: " + tileList);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java75 private static final boolean DEBUG = false; field in class:UserSwitcherController
163 if (DEBUG) Log.d(TAG, "refreshUsers(forcePictureLoadForId=" + forcePictureLoadForId+")");
427 if (DEBUG) Log.v(TAG, "Call state changed: " + state);
442 if (DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipManager.java61 private static final boolean DEBUG = false; field in class:PipManager
287 if (DEBUG) Log.d(TAG, "showPipOverlay()");
296 if (DEBUG) Log.d(TAG,
309 if (DEBUG) Log.d(TAG,
320 if (DEBUG) Log.d(TAG, "resizePinnedStack() state=" + state);
328 if (DEBUG) Log.d(TAG,
386 if (DEBUG) Log.d(TAG, "showPipMenu()");
388 if (DEBUG) Log.d(TAG, "Ignore showing PIP menu");
593 if (DEBUG) Log.d(TAG, "onActivityPinned()");
605 if (DEBUG) Lo
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java43 private static final boolean DEBUG = false; field in class:AccessibilityInputFilter
94 if (DEBUG) {
98 if (DEBUG) {
151 if (DEBUG) {
162 if (DEBUG) {
172 if (DEBUG) {
270 if (DEBUG) {
313 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java93 private static final boolean DEBUG = false; field in class:BatteryService
338 if (DEBUG) {
535 if (DEBUG) {
614 if (DEBUG) Slog.v(TAG, "duration threshold: " + durationThreshold +
616 if (DEBUG) Slog.v(TAG, "duration: " + duration + " discharge: " +
H A DIntentResolver.java48 final private static boolean DEBUG = false; field in class:IntentResolver
49 final private static boolean localLOGV = DEBUG || false;
50 final private static boolean localVerificationLOGV = DEBUG || false;

Completed in 2114 milliseconds

<<11121314151617181920>>