Searched refs:DEBUG (Results 176 - 200 of 471) sorted by relevance

1234567891011>>

/frameworks/base/telephony/java/android/telephony/
H A DRlog.java41 return Log.println_native(Log.LOG_ID_RADIO, Log.DEBUG, tag, msg);
45 return Log.println_native(Log.LOG_ID_RADIO, Log.DEBUG, tag,
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDefaultPhotoManager.java39 private static final boolean DEBUG = false; field in class:DefaultPhotoManager
74 if (DEBUG) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackControlGlue.java146 private static final boolean DEBUG = false; field in class:PlaybackControlGlue
182 if (DEBUG) Log.v(TAG, "onItemClicked " + object);
434 if (DEBUG) Log.v(TAG, "updateProgress " + position);
523 if (DEBUG) Log.v(TAG, "updateRowMetadata hasValidMedia " + hasValidMedia());
775 if (DEBUG) Log.v(TAG, "onStateChanged");
784 if (DEBUG) Log.v(TAG, "Status expectation mismatch, delaying update");
788 if (DEBUG) Log.v(TAG, "Update state matches expectation");
800 if (DEBUG) Log.v(TAG, "onMetadataChanged");
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java72 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:MediaRouter
354 if (DEBUG) {
376 if (DEBUG) {
556 if (DEBUG) {
598 if (DEBUG) {
637 if (DEBUG) {
661 if (DEBUG) {
684 if (DEBUG) {
701 if (DEBUG) {
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java43 private static final boolean DEBUG = false; field in class:LinearLayoutManager
245 if (DEBUG) {
248 } else if (DEBUG) {
439 if (DEBUG) {
455 if (DEBUG) {
569 if (DEBUG) {
615 if (DEBUG) {
642 if (DEBUG) {
649 if (DEBUG) {
654 if (DEBUG) {
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java168 private static final boolean DEBUG = false; field in class:GridLayoutManager
395 if (DEBUG) Log.v(getTag(), "invalid orientation: " + orientation);
732 if (DEBUG) {
747 if (DEBUG) Log.v(getTag(), "mGrid zero size");
759 if (DEBUG) {
891 if (DEBUG) Log.v(getTag(), "processRowSizeSecondary row " + rowIndex +
927 if (DEBUG) Log.v(TAG, "measured scrap child: " + scrapChildWidth +
937 if (DEBUG) Log.v(getTag(), "row " + rowIndex + " rowItemCount " + rowItemCount +
941 if (DEBUG) Log.v(getTag(), "row size secondary changed: " + mRowSizeSecondary[rowIndex] +
958 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java108 private static final boolean DEBUG = true; field in class:BackupAgent
455 if (DEBUG) Log.i(TAG, "Symlink (skipping)!: " + file);
466 if (DEBUG) Log.w(TAG, "Error canonicalizing path of " + file);
469 if (DEBUG) Log.w(TAG, "Error scanning file " + file + " : " + e);
522 if (DEBUG) Log.d(TAG, "onRestoreFile() size=" + size + " type=" + type
559 if (DEBUG) Log.i(TAG, "[" + domain + " : " + path + "] mapped to " + outPath);
564 if (DEBUG) {
573 if (DEBUG) Log.i(TAG, "[ skipping file " + path + "]");
617 if (DEBUG) Log.v(TAG, "doBackup() invoked");
650 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyCameraDevice.java65 private static final boolean DEBUG = Log.isLoggable(LegacyCameraDevice.DEBUG_PROP, Log.DEBUG); field in class:LegacyCameraDevice
108 if (DEBUG) {
121 if (DEBUG) {
131 if (DEBUG) {
148 if (DEBUG) {
155 if (DEBUG) {
164 if (DEBUG) {
181 if (DEBUG) {
193 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);
210 if (DEBUG) Log.v(TAG, "deleteSurroundingText " + beforeLength
268 if (DEBUG) Log.v(TAG, "finishComposingText");
444 if (DEBUG) Log.v(TAG, "setComposingText " + text);
492 if (DEBUG) Log.v(TAG, "setSelection " + start + ", " + end);
564 if (DEBUG) Log.v(TAG, "Sending: " + events[i]);
619 if (DEBUG) Log.v(TAG, "Composing span: " + a + " to " + b);
659 if (DEBUG) Log.v(TAG, "Replacing from " + a + " to " + b + " with \""
663 if (DEBUG) {
[all...]
/frameworks/base/media/java/android/media/session/
H A DMediaSessionLegacyHelper.java52 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:MediaSessionLegacyHelper
177 if (DEBUG) {
238 if (DEBUG) {
258 if (DEBUG) {
269 if (DEBUG) {
284 if (DEBUG) {
302 if (DEBUG) {
313 if (DEBUG) {
329 if (DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java45 private static final boolean DEBUG = false; field in class:AutomaticBrightnessController
315 if (DEBUG) {
324 if (DEBUG) {
378 if (DEBUG) {
389 if (DEBUG) {
404 if (DEBUG) {
424 if (DEBUG) {
444 if (DEBUG) {
458 if (DEBUG) {
468 if (DEBUG) {
[all...]
H A DWifiDisplayAdapter.java65 private static final boolean DEBUG = false; field in class:WifiDisplayAdapter
149 if (DEBUG) {
164 if (DEBUG) {
179 if (DEBUG) {
194 if (DEBUG) {
209 if (DEBUG) {
224 if (DEBUG) {
239 if (DEBUG) {
267 if (DEBUG) {
289 if (DEBUG) {
[all...]
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUserUsageStatsService.java48 private static final boolean DEBUG = UsageStatsService.DEBUG; field in class:UserUsageStatsService
139 if (DEBUG) {
228 if (DEBUG) {
236 if (DEBUG) {
242 if (DEBUG) {
258 if (DEBUG) {
266 if (DEBUG) {
276 if (DEBUG) {
416 if (DEBUG) {
[all...]
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java35 private static final boolean DEBUG = false; field in class:Tweener
49 if (DEBUG) Log.v(TAG, "Removing tweener " + sTweens.get(entry.getKey())
106 if (DEBUG) Log.v(TAG, "Added new Tweener " + tween);
154 if (DEBUG) {
/frameworks/base/media/java/android/media/
H A DFocusRequester.java36 private static final boolean DEBUG = false; field in class:FocusRequester
274 if (DEBUG) {
301 if (DEBUG) {
310 if (DEBUG) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardStatusView.java42 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardStatusView
62 if (DEBUG) Slog.v(TAG, "refresh statusview showing:" + showing);
98 if (DEBUG) Log.v(TAG, (enabled ? "Enable" : "Disable") + " transport text marquee");
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCastTile.java68 if (DEBUG) Log.d(TAG, "setListening " + listening);
171 if (DEBUG) Log.d(TAG, "addOnAttachStateChangeListener");
175 if (DEBUG) Log.d(TAG, "onViewAttachedToWindow");
180 if (DEBUG) Log.d(TAG, "onViewDetachedFromWindow");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java46 public static final boolean DEBUG = BaseStatusBar.DEBUG; field in class:StatusBarWindowView
116 setWillNotDraw(!DEBUG);
231 if (DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DZenModeControllerImpl.java50 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:ZenModeControllerImpl
204 if (DEBUG) Slog.d(TAG, "exitCondition changed: " + exitCondition);
223 if (DEBUG) Slog.d(TAG, "onConditionsReceived "
/frameworks/base/services/backup/java/com/android/server/backup/
H A DFullBackupJob.java28 private static final boolean DEBUG = true; field in class:FullBackupJob
/frameworks/base/telecomm/java/android/telecom/
H A DLog.java35 public static final boolean DEBUG = isLoggable(android.util.Log.DEBUG); field in class:Log
48 if (DEBUG) {
54 if (DEBUG) {
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
H A DFountain.java43 private static final boolean DEBUG = false; field in class:Fountain
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DInputStreamBuffer.java58 private static final boolean DEBUG = false; field in class:InputStreamBuffer
235 if (Log.isLoggable(TAG, Log.DEBUG)) {
306 if (Log.isLoggable(TAG, Log.DEBUG)) {
332 if (DEBUG) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DInputStreamBuffer.java58 private static final boolean DEBUG = false; field in class:InputStreamBuffer
235 if (Log.isLoggable(TAG, Log.DEBUG)) {
306 if (Log.isLoggable(TAG, Log.DEBUG)) {
332 if (DEBUG) {
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTest.java42 private static final boolean DEBUG = false; field in class:RSTest

Completed in 833 milliseconds

1234567891011>>