Searched refs:DEBUG (Results 76 - 100 of 190) sorted by relevance

12345678

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DCompatModePanel.java36 private static final boolean DEBUG = TabletStatusBar.DEBUG; field in class:CompatModePanel
H A DNotificationPanel.java42 static final boolean DEBUG = false; field in class:NotificationPanel
193 if (DEBUG) Slog.d(TAG, String.format("PANEL: onLayout: (%d, %d, %d, %d)", l, t, r, b));
200 if (DEBUG) {
405 mContentAnim.setDuration((DEBUG?10:1)*(appearing ? OPEN_DURATION : CLOSE_DURATION));
410 if (DEBUG) Slog.d(TAG, "startAnimation(appearing=" + appearing + ")");
422 if (DEBUG) Slog.d(TAG, "onAnimationCancel");
426 if (DEBUG) Slog.d(TAG, "onAnimationEnd");
H A DTabletStatusBar.java92 public static final boolean DEBUG = false; field in class:TabletStatusBar
424 if (DEBUG) Slog.d(TAG, "max notification icons: " + mMaxNotificationIcons);
642 if (DEBUG) Slog.d(TAG, "opening notification peek window; arg=" + m.arg1);
700 if (DEBUG) Slog.d(TAG, "closing notification peek window");
717 if (DEBUG) Slog.d(TAG, "opening notifications panel");
728 if (DEBUG) Slog.d(TAG, "closing notifications panel");
735 if (DEBUG) Slog.d(TAG, "opening recents panel");
741 if (DEBUG) Slog.d(TAG, "closing recents panel");
747 if (DEBUG) Slog.d(TAG, "opening input methods panel");
751 if (DEBUG) Slo
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhone.java50 private static final boolean DEBUG = true; field in class:SipPhone
66 if (DEBUG) Log.d(LOG_TAG, "new SipPhone: " + profile.getUriString());
108 if (DEBUG) Log.d(LOG_TAG, "+++ taking call from: "
117 if (DEBUG) Log.d(LOG_TAG, " call cancelled !!");
136 if (DEBUG) Log.d(LOG_TAG, "acceptCall");
149 if (DEBUG) Log.d(LOG_TAG, "rejectCall");
189 if (DEBUG) Log.d(LOG_TAG, " ~~~~~~ switch fg and bg");
412 if (DEBUG) Log.d(LOG_TAG, "hang up call: " + getState()
425 if (DEBUG) Log.d(LOG_TAG, "hang up dead call: " + getState()
475 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java49 private static final boolean DEBUG = false; field in class:BaseInputConnection
187 if (DEBUG) Log.v(TAG, "commitText " + text);
198 if (DEBUG) Log.v(TAG, "deleteSurroundingText " + leftLength
256 if (DEBUG) Log.v(TAG, "finishComposingText");
424 if (DEBUG) Log.v(TAG, "setComposingText " + text);
470 if (DEBUG) Log.v(TAG, "setSelection " + start + ", " + end);
542 if (DEBUG) Log.v(TAG, "Sending: " + events[i]);
597 if (DEBUG) Log.v(TAG, "Composing span: " + a + " to " + b);
637 if (DEBUG) Log.v(TAG, "Replacing from " + a + " to " + b + " with \""
641 if (DEBUG) {
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java133 private static final boolean DEBUG = true; field in class:BackupManagerService
458 if (DEBUG) Slog.v(TAG, "clearing pending backups");
762 if (DEBUG) Slog.v(TAG, "Starting with transport " + mCurrentTransport);
776 if (DEBUG) Slog.v(TAG, "Binding to Google transport");
784 if (DEBUG) Slog.v(TAG, "Google transport not present");
805 if (DEBUG) Slog.v(TAG, "Init pending at scheduled backup");
818 if (DEBUG) Slog.v(TAG, "Running a backup pass");
843 if (DEBUG) Slog.v(TAG, "Running a device init");
857 if (DEBUG) Slog.v(TAG, "Initializing package tracking");
1048 if (DEBUG) {
[all...]
H A DCountryDetectorService.java85 private static final boolean DEBUG = false; field in class:CountryDetectorService
215 if (!DEBUG) return;
H A DLightsService.java32 private static final boolean DEBUG = false; field in class:LightsService
118 if (DEBUG) Slog.v(TAG, "setLight #" + mId + ": color=#"
/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())
103 if (DEBUG) Log.v(TAG, "Added new Tweener " + tween);
152 if (DEBUG) {
H A DTargetDrawable.java28 private static final boolean DEBUG = false; field in class:TargetDrawable
144 if (DEBUG) Log.v(TAG, "union of childDrawable rects " + d + " to: "
149 if (DEBUG) Log.v(TAG, "sizing drawable " + childDrawable + " to: "
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTest.java43 private static final boolean DEBUG = false; field in class:RSTest
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java43 private static final boolean DEBUG = true; field in class:GpsNetInitiatedHandler
137 if (DEBUG) Log.d(TAG, "handleNiNotification" + " notificationId: " + notif.notificationId
191 if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.notificationId +
228 if (DEBUG) Log.d(TAG, "openNiDialog, notifyId: " + notif.notificationId +
254 if (DEBUG) Log.d(TAG, "generateIntent, title: " + title + ", message: " + message +
/frameworks/base/services/java/com/android/server/wm/
H A DScreenRotationAnimation.java37 static final boolean DEBUG = false; field in class:ScreenRotationAnimation
136 if (DEBUG) {
179 if (DEBUG) Slog.v(TAG, "**** ROTATION: " + delta);
299 if (DEBUG) Slog.v(TAG, "Stepped exit: " + mExitTransformation);
301 if (DEBUG) Slog.v(TAG, "Exit animation done!");
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java35 private static final boolean DEBUG=false; field in class:XmlBlock
179 if (DEBUG) System.out.println("getAttributeNamespace of " + index + " = " + id);
186 if (DEBUG) System.out.println("getAttributeName of " + index + " = " + id);
202 if (DEBUG) System.out.println("getAttributeValue of " + index + " = " + id);
226 if (DEBUG) System.out.println("getAttributeName of "
228 if (DEBUG) System.out.println(
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java86 private static final boolean DEBUG = false; field in class:AccessibilityManagerService
447 if (DEBUG) {
508 if (DEBUG) {
641 if (DEBUG) {
1086 if (DEBUG) {
1100 if (DEBUG) {
1132 if (DEBUG) {
1145 if (DEBUG) {
1169 if (DEBUG) {
1184 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java63 private final boolean DEBUG = false; field in class:LayoutInflater
393 if (DEBUG) System.out.println("INFLATING from resource: " + resource);
446 if (DEBUG) {
472 if (DEBUG) {
485 if (DEBUG) {
490 if (DEBUG) {
664 if (DEBUG) System.out.println("******** Creating view: " + name);
684 if (DEBUG) System.out.println("Created view is: " + view);
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java160 private static final boolean DEBUG = false; field in class:ActivityChooserModel
714 if (DEBUG) {
956 if (DEBUG) {
974 if (DEBUG) {
1018 if (DEBUG) {
1023 if (DEBUG) {
1113 if (DEBUG) {
1121 if (DEBUG) {
/frameworks/base/core/java/com/android/internal/widget/
H A DTransportControlView.java66 protected static final boolean DEBUG = false; field in class:TransportControlView
124 if (DEBUG) Log.v(TAG, "New genId = " + msg.arg1 + ", clearing = " + msg.arg2);
229 if (DEBUG) Log.v(TAG, "Registering TCV " + this);
239 if (DEBUG) Log.v(TAG, "Unregistering TCV " + this);
335 if (DEBUG) Log.v(TAG,
410 if (DEBUG) Log.v(TAG, "onSaveInstanceState()");
419 if (DEBUG) Log.v(TAG, "onRestoreInstanceState()");
502 if (DEBUG) {
/frameworks/base/media/java/android/media/
H A DSoundPool.java110 private final static boolean DEBUG = false; field in class:SoundPool
449 if (DEBUG) Log.d(TAG, "Sample " + msg.arg1 + " loaded");
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardStatusViewManager.java47 private static final boolean DEBUG = false; field in class:KeyguardStatusViewManager
169 if (DEBUG) Log.v(TAG, "KeyguardStatusViewManager()");
264 if (DEBUG) Log.v(TAG, "inWidgetMode() is true");
277 if (DEBUG) Log.w(TAG, "Not showing message id " + what + ", str=" + string);
285 if (DEBUG) Log.v(TAG, "onPause()");
292 if (DEBUG) Log.v(TAG, "onResume()");
314 if (DEBUG) Log.v(TAG, "updateStatusLines(" + showStatusLines + ")");
465 if (DEBUG) Log.d(TAG, "updateCarrierTextWithSimStatus(), simState = " + simState);
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidHandler.java71 * DEBUG
169 return Log.DEBUG;
/frameworks/base/core/java/com/google/android/mms/util/
H A DAbstractCache.java26 private static final boolean DEBUG = false; field in class:AbstractCache
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DConnection.java297 if (Log.isLoggable(LOG_TAG, Log.DEBUG)) {
/frameworks/base/core/java/com/android/internal/os/
H A DProcessStats.java37 private static final boolean DEBUG = false; field in class:ProcessStats
38 private static final boolean localLOGV = DEBUG || false;
265 if (DEBUG) Slog.v(TAG, "Init: " + this);
271 if (DEBUG) Slog.v(TAG, "Update: " + this);
298 if (DEBUG) {
331 if (DEBUG) Slog.i(TAG, "*** TIME TO COLLECT STATS: "
358 if (DEBUG) Slog.v(TAG, "Existing "
399 if (DEBUG) Slog.v("Load", "Stats changed " + st.name + " pid=" + st.pid
427 if (DEBUG) Slog.v(TAG, "New "
471 if (DEBUG) Slo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DNyandroid.java51 final static boolean DEBUG = false; field in class:Nyandroid
92 if (DEBUG) setBackgroundColor(0x80FF0000);
140 if (DEBUG) fixedStar.setBackgroundColor(0x8000FF80);

Completed in 2075 milliseconds

12345678