Searched refs:DEBUG (Results 226 - 250 of 635) sorted by relevance

1234567891011>>

/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
H A DDiscovery.java40 private static final boolean DEBUG = false; field in class:Discovery
124 if (DEBUG) Log.d(TAG, "Already have the reported printer, ignoring");
/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarEnrolmentService.java72 if (Log.isLoggable(TAG, Log.DEBUG)) {
95 if (Log.isLoggable(TAG, Log.DEBUG)) {
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
H A DMediaStateMonitor.java18 import static com.android.car.cluster.sample.DebugUtil.DEBUG;
58 if (DEBUG) {
/packages/apps/TV/src/com/android/tv/tuner/tvinput/
H A DTunerSessionWorker.java90 private static final boolean DEBUG = false; field in class:TunerSessionWorker
219 if (DEBUG) Log.d(TAG, "TunerSessionWorker created");
369 if (DEBUG) {
395 if (DEBUG) Log.d(TAG, "release()");
411 if (DEBUG) Log.d(TAG, "ExoPlayer state change: " + playbackState + " " + playWhenReady);
419 if (DEBUG) Log.d(TAG, "ExoPlayer ready");
469 if (DEBUG) Log.d(TAG, "MSG_DRAWN_TO_SURFACE");
632 if (DEBUG) {
640 if (DEBUG) Log.d(TAG, "Canceled query for " + this);
659 if (DEBUG) Lo
[all...]
/packages/apps/Car/Hvac/src/com/android/car/hvac/
H A DHvacController.java229 if (Log.isLoggable(TAG, Log.DEBUG)) {
247 if (Log.isLoggable(TAG, Log.DEBUG)) {
261 if (Log.isLoggable(TAG, Log.DEBUG)) {
281 if (Log.isLoggable(TAG, Log.DEBUG)) {
296 if (Log.isLoggable(TAG, Log.DEBUG)) {
311 if (Log.isLoggable(TAG, Log.DEBUG)) {
327 if (Log.isLoggable(TAG, Log.DEBUG)) {
342 if (Log.isLoggable(TAG, Log.DEBUG)) {
357 if (Log.isLoggable(TAG, Log.DEBUG)) {
379 if (Log.isLoggable(TAG, Log.DEBUG)) {
[all...]
/packages/apps/TV/src/com/android/tv/dvr/recorder/
H A DSeriesRecordingScheduler.java73 private static final boolean DEBUG = false; field in class:SeriesRecordingScheduler
226 if (DEBUG) Log.d(TAG, "start");
239 if (DEBUG) Log.d(TAG, "stop");
274 if (DEBUG) Log.d(TAG, "Schedule paused");
294 if (DEBUG) Log.d(TAG, "Schedule resumed");
322 if (DEBUG) Log.d(TAG, "updateSchedules:" + seriesRecordings);
324 if (DEBUG) Log.d(TAG, "Not started yet.");
331 if (DEBUG) {
366 if (DEBUG) Log.d(TAG, "Added schedule task: " + task);
373 if (DEBUG) Lo
[all...]
H A DDvrRecordingService.java55 private static final boolean DEBUG = false; field in class:DvrRecordingService
118 if (DEBUG) Log.d(TAG, "onCreate");
138 if (DEBUG) Log.d(TAG, "onStartCommand (" + intent + "," + flags + "," + startId + ")");
147 if (DEBUG) Log.d(TAG, "onDestroy");
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DAddAccessoryActivity.java53 private static final boolean DEBUG = false; field in class:AddAccessoryActivity
294 if (DEBUG) {
312 if (DEBUG) Log.d(TAG, "starting auto-exit timer");
320 if (DEBUG) Log.d(TAG, "stopping auto-exit timer");
327 if (DEBUG) {
480 if (DEBUG) Log.d(TAG, "stopping auto-exit timer");
489 if (DEBUG) Log.d(TAG, "starting auto-exit timer");
552 if (DEBUG) {
558 if (DEBUG) {
648 if (DEBUG) {
[all...]
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java59 static final boolean DEBUG = true; field in class:AlertService
179 if (DEBUG) {
272 if (DEBUG) {
277 if (DEBUG) {
298 if (DEBUG) Log.d(TAG, "No fired or scheduled alerts");
310 if (DEBUG) {
396 if (DEBUG) {
405 if (DEBUG) {
413 if (DEBUG) {
423 if (DEBUG) {
[all...]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java50 static final boolean DEBUG = false; field in class:BatteryHistoryChart
354 if (DEBUG) Log.d(TAG, "New BatteryHistoryChart!");
491 if (DEBUG) Log.d(TAG, "Setting stats...");
661 if (DEBUG) Log.d(TAG, "onSizeChanged: " + oldw + "x" + oldh + " to " + w + "x" + h);
671 if (DEBUG) Log.d(TAG, "Rebuilding chart for: " + w + "x" + h);
1131 if (DEBUG) Log.d(TAG, "onDraw: " + width + "x" + height);
1141 if (DEBUG) Log.d(TAG, "buildBitmap: " + width + "x" + height);
1156 if (DEBUG) {
1160 if (DEBUG) Log.d(TAG, "Drawing level path.");
1163 if (DEBUG) Lo
[all...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyBackupAgent.java113 private static final boolean DEBUG = false; field in class:TelephonyBackupAgent
534 if (DEBUG) {
550 if (DEBUG) {
608 if (DEBUG) {
614 if (DEBUG) {
619 if (DEBUG) {
624 if (DEBUG) {
659 if (DEBUG) {
663 if (DEBUG) {
824 if (DEBUG) {
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java85 * To enable PBAP DEBUG/VERBOSE logging - run below cmd in adb shell, and
86 * restart com.android.bluetooth process. only enable DEBUG log:
87 * "setprop log.tag.BluetoothPbapService DEBUG"; enable both VERBOSE and
88 * DEBUG log: "setprop log.tag.BluetoothPbapService VERBOSE"
91 public static final boolean DEBUG = true; field in class:BluetoothPbapService
249 if (DEBUG) Log.d(TAG, "action: " + action);
252 if (DEBUG) Log.d(TAG, "state: " + state);
273 if (DEBUG) Log.d(TAG,"ACL disconnected for "+ device);
753 if (DEBUG) Log.d(TAG, "Pbap state " + mState + " -> " + state + ", result = "
854 if (DEBUG) Lo
[all...]
/packages/apps/Car/Hvac/src/com/android/car/hvac/controllers/
H A DFanSpeedBarController.java50 if (Log.isLoggable(TAG, Log.DEBUG)) {
/packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/view/
H A DCarLayoutManager.java58 private static final boolean DEBUG = false; field in class:CarLayoutManager
220 if (DEBUG) {
258 if (DEBUG&& getChildCount() > 1) {
370 if (DEBUG) {
404 if (DEBUG) {
522 if (DEBUG) {
1004 if (DEBUG) {
1023 if (DEBUG) {
1078 if (DEBUG) {
1095 if (DEBUG) {
[all...]
/packages/apps/Contacts/src/com/android/contacts/format/
H A DTextHighlighter.java29 private final static boolean DEBUG = false; field in class:TextHighlighter
/packages/apps/Dialer/java/com/android/contacts/common/
H A DContactPhotoManagerImpl.java166 if (DEBUG) {
182 if (DEBUG) {
190 if (DEBUG) {
282 if (DEBUG) {
301 if (!DEBUG) {
368 if (DEBUG) {
396 if (DEBUG) {
418 if (DEBUG) {
488 if (DEBUG) {
493 if (DEBUG) {
[all...]
/packages/apps/Dialer/java/com/android/dialer/database/
H A DDialerDatabaseHelper.java71 private static final boolean DEBUG = false; field in class:DialerDatabaseHelper
604 final StopWatch stopWatch = DEBUG ? StopWatch.start("Updating databases") : null;
618 if (DEBUG) {
626 if (DEBUG) {
660 if (DEBUG) {
688 if (DEBUG) {
714 if (DEBUG) {
720 if (DEBUG) {
778 if (DEBUG) {
789 if (DEBUG) {
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DBitmapCache.java35 private static final boolean DEBUG = false; field in class:BitmapCache
106 if (!DEBUG) {
137 if (DEBUG) {
197 if (DEBUG) {
/packages/apps/Launcher3/src/com/android/launcher3/dynamicui/
H A DColorExtractionService.java50 private static final boolean DEBUG = false; field in class:ColorExtractionService
74 if (DEBUG) Log.d(TAG, "onStartJob");
114 if (DEBUG) Log.d(TAG, "job finished!");
122 if (DEBUG) Log.d(TAG, "onStopJob");
/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DWidgetsModel.java38 private static final boolean DEBUG = false; field in class:WidgetsModel
91 if (DEBUG) {
137 if (DEBUG) {
150 if (DEBUG) {
/packages/apps/Messaging/src/com/android/messaging/util/
H A DLoggingTimer.java62 LogUtil.save(LogUtil.DEBUG, mTag, logMessage);
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DSeriesScheduleRowAdapter.java51 private static final boolean DEBUG = false; field in class:SeriesScheduleRowAdapter
143 if (DEBUG) Log.d(TAG, "onScheduledRecordingAdded: " + schedule);
156 if (DEBUG) Log.d(TAG, "onScheduledRecordingRemoved: " + schedule);
167 if (DEBUG) Log.d(TAG, "onScheduledRecordingUpdated: " + schedule);
/packages/apps/TV/src/com/android/tv/search/
H A DProgramGuideSearchFragment.java51 private static final boolean DEBUG = false; field in class:ProgramGuideSearchFragment
57 if (DEBUG) Log.d(TAG, "onCreateViewHolder");
76 if (DEBUG) Log.d(TAG, "onBindViewHolder result:" + result);
207 if (DEBUG) {
/packages/apps/TV/src/com/android/tv/tuner/cc/
H A DCaptionTrackRenderer.java51 private static final boolean DEBUG = false; field in class:CaptionTrackRenderer
95 if (DEBUG) {
104 if (DEBUG) {
177 if (DEBUG) {
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/
H A DCea708TextTrackRenderer.java40 private static final boolean DEBUG = false; field in class:Cea708TextTrackRenderer
178 if (DEBUG) {
196 if (DEBUG) {
202 if (DEBUG) {

Completed in 868 milliseconds

1234567891011>>