Searched defs:DEBUG (Results 51 - 75 of 519) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/android/internal/os/
H A DMobileRadioPowerCalculator.java24 private static final boolean DEBUG = BatteryStatsHelper.DEBUG; field in class:MobileRadioPowerCalculator
87 if (DEBUG && app.mobileRadioPowerMah != 0) {
105 if (DEBUG && p != 0) {
119 if (DEBUG && p != 0) {
H A DWifiPowerCalculator.java26 private static final boolean DEBUG = BatteryStatsHelper.DEBUG; field in class:WifiPowerCalculator
68 if (DEBUG && app.wifiPowerMah != 0) {
95 if (DEBUG) {
H A DWifiPowerEstimator.java25 private static final boolean DEBUG = BatteryStatsHelper.DEBUG; field in class:WifiPowerEstimator
81 if (DEBUG && app.wifiPowerMah != 0) {
/frameworks/base/core/tests/coretests/src/android/view/
H A DVisibilityCallback.java35 private static final boolean DEBUG = false; field in class:VisibilityCallback
106 if (DEBUG) {
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
H A DRanker.java42 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:Ranker
54 if (DEBUG) Log.i(TAG, "ENQUEUED " + sbn.getKey());
60 if (DEBUG) Log.i(TAG, "POSTED " + sbn.getKey());
157 if (DEBUG) Log.i(TAG, "CONNECTED");
176 if (DEBUG) {
192 if (DEBUG) Log.i(TAG, "Sending bundling adjustment for: " + key);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DGenerationRegistry.java37 private static final boolean DEBUG = false; field in class:GenerationRegistry
81 if (DEBUG) {
147 if (DEBUG) {
162 if (DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIApplication.java41 private static final boolean DEBUG = false; field in class:SystemUIApplication
96 if (DEBUG) Log.v(TAG, "BOOT_COMPLETED received");
148 if (DEBUG) Log.v(TAG, "BOOT_COMPLETED was already sent");
157 if (DEBUG) Log.d(TAG, "loading: " + cl);
169 if (DEBUG) Log.d(TAG, "running: " + mServices[i]);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSystemBars.java38 private static final boolean DEBUG = false; field in class:SystemBars
49 if (DEBUG) Log.d(TAG, "start");
50 mServiceMonitor = new ServiceMonitor(TAG, DEBUG,
57 if (DEBUG) Log.d(TAG, "onNoService");
63 if (DEBUG) Log.d(TAG, "onServiceStartAttempt mStatusBar="+mStatusBar);
88 if (DEBUG) Log.d(TAG, "createStatusBarFromConfig");
107 if (DEBUG) Log.d(TAG, "started " + mStatusBar.getClass().getSimpleName());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNoisyVelocityTracker.java35 private static final boolean DEBUG = false; field in class:NoisyVelocityTracker
67 if (NoisyVelocityTracker.DEBUG) {
82 if (NoisyVelocityTracker.DEBUG) {
112 if (NoisyVelocityTracker.DEBUG) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifModifier.java30 public static final boolean DEBUG = false; field in class:ExifModifier
148 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/
H A DRecoverySystemService.java48 private static final boolean DEBUG = false; field in class:RecoverySystemService
70 if (DEBUG) Slog.d(TAG, "uncrypt: " + filename);
153 if (DEBUG) Slog.d(TAG, "clearBcb");
159 if (DEBUG) Slog.d(TAG, "setupBcb: [" + command + "]");
H A DUpdateLockService.java36 static final boolean DEBUG = false; field in class:UpdateLockService
51 if (DEBUG) {
57 if (DEBUG) {
89 if (DEBUG) {
99 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/am/
H A DInstrumentationReporter.java29 static final boolean DEBUG = false; field in class:InstrumentationReporter
42 if (DEBUG) Slog.d(TAG, "Starting InstrumentationReporter: " + this);
65 if (DEBUG) Slog.d(TAG, "Exiting InstrumentationReporter: " + this);
77 if (DEBUG) Slog.d(TAG, "Dispatch status to " + rep.mWatcher
83 if (DEBUG) Slog.d(TAG, "Dispatch finished to " + rep.mWatcher
117 if (DEBUG) Slog.d(TAG, "Report status to " + watcher
125 if (DEBUG) Slog.d(TAG, "Report finished to " + watcher
H A DNativeCrashListener.java45 static final boolean DEBUG = false; field in class:NativeCrashListener
46 static final boolean MORE_DEBUG = DEBUG && false;
85 if (DEBUG) Slog.v(TAG, "Calling handleApplicationCrash()");
87 if (DEBUG) Slog.v(TAG, "<-- handleApplicationCrash() returned");
106 if (DEBUG) Slog.i(TAG, "Starting up");
186 if (DEBUG) {
218 if (DEBUG) {
231 if (DEBUG) {
257 if (DEBUG) Slog.v(TAG, "processing");
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DDataConnectionStats.java38 private static final boolean DEBUG = false; field in class:DataConnectionStats
91 if (DEBUG) Log.d(TAG, String.format("Noting data connection for network type %s: %svisible",
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DStateController.java32 protected static final boolean DEBUG = JobSchedulerService.DEBUG; field in class:StateController
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DSecurityLogMonitor.java53 private static final boolean DEBUG = false; field in class:SecurityLogMonitor
157 if (DEBUG) Slog.d(TAG, "SecurityLog.readEvents");
160 if (DEBUG) Slog.d(TAG,
166 if (DEBUG) Slog.d(TAG, "processing new logs");
191 if (DEBUG) Slog.d(TAG, "MonitorThread exit.");
216 if (DEBUG) Slog.d(TAG, "notify DO");
/frameworks/base/services/restrictions/java/com/android/server/restrictions/
H A DRestrictionsManagerService.java45 static final boolean DEBUG = false; field in class:RestrictionsManagerService
94 if (DEBUG) {
128 if (DEBUG) {
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAudioDevice.java21 protected static final boolean DEBUG = false; field in class:UsbAudioDevice
/frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/
H A DDozeTestDream.java43 private static final boolean DEBUG = false; field in class:DozeTestDream
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/androidTest/debug/com/android/layoutlib/test/myapplication/test/
H A DBuildConfig.classBuildConfig.java package com.android.layoutlib.test.myapplication.test public final com. ...
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
H A DBuildConfig.classBuildConfig.java package com.android.layoutlib.test.myapplication public final com.android. ...
/frameworks/multidex/library/test/src/android/util/
H A DLog.java36 public static final int DEBUG = 3; field in class:Log
83 * Send a {@link #DEBUG} log message.
89 return println(LOG_ID_MAIN, DEBUG, tag, msg);
93 * Send a {@link #DEBUG} log message and log the exception.
100 return println(LOG_ID_MAIN, DEBUG, tag, msg + '\n' + getStackTraceString(tr));
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DContiguousFIFOAggregator.java62 private static final boolean DEBUG = false; field in class:ContiguousFIFOAggregator
108 if (DEBUG) {
139 if (DEBUG) {
177 if (DEBUG) {
210 if (DEBUG) {
233 if (DEBUG) {
H A DUnrefedBitmapCache.java42 private final static boolean DEBUG = DecodeTask.DEBUG; field in class:UnrefedBitmapCache
60 if (DEBUG) {
87 if (DEBUG) {
95 if (DEBUG) {
111 if (DEBUG) {

Completed in 1588 milliseconds

1234567891011>>