Searched refs:DEBUG (Results 126 - 150 of 274) sorted by relevance

1234567891011

/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayController.java73 private static final boolean DEBUG = false; field in class:WifiDisplayController
258 if (DEBUG) {
270 if (DEBUG) {
317 if (DEBUG) {
327 if (DEBUG) {
339 if (DEBUG) {
364 if (DEBUG) {
370 if (DEBUG) {
415 if (DEBUG) {
430 if (DEBUG) {
[all...]
H A DWifiDisplayAdapter.java68 private static final boolean DEBUG = false; field in class:WifiDisplayAdapter
155 if (DEBUG) {
170 if (DEBUG) {
204 if (DEBUG) {
219 if (DEBUG) {
246 if (DEBUG) {
268 if (DEBUG) {
291 if (DEBUG) {
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java72 private static final boolean DEBUG = false; field in class:RegisteredServicesCache
199 if (DEBUG) {
295 if (DEBUG) {
341 if (DEBUG) {
351 if (DEBUG) {
357 if (DEBUG) {
372 if (DEBUG) {
386 if (DEBUG) {
393 if (DEBUG) {
/frameworks/base/core/java/com/android/internal/widget/
H A DTransportControlView.java65 protected static final boolean DEBUG = false; field in class:TransportControlView
123 if (DEBUG) Log.v(TAG, "New genId = " + msg.arg1 + ", clearing = " + msg.arg2);
196 if (DEBUG) Log.v(TAG, "Create TCV " + this);
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/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/packages/SystemUI/src/com/android/systemui/
H A DBeanBag.java60 final static boolean DEBUG = false; field in class:BeanBag
179 if (DEBUG) {
275 setWillNotDraw(!DEBUG);
303 if (DEBUG && totalTime - lastPrint > 5000) {
336 if (DEBUG) invalidate();
378 if (DEBUG) {
H A DSearchPanelView.java60 static final boolean DEBUG = TabletStatusBar.DEBUG || PhoneStatusBar.DEBUG || false; field in class:SearchPanelView
189 if (DEBUG) Slog.v(TAG, "Couldn't grab icon for component " + component);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java84 public static final boolean DEBUG = false; field in class:TabletStatusBar
439 if (DEBUG) Slog.d(TAG, "max notification icons: " + mMaxNotificationIcons);
714 if (DEBUG) Slog.d(TAG, "opening notification peek window; arg=" + m.arg1);
772 if (DEBUG) Slog.d(TAG, "closing notification peek window");
789 if (DEBUG) Slog.d(TAG, "opening notifications panel");
797 if (DEBUG) Slog.d(TAG, "closing notifications panel");
804 if (DEBUG) Slog.d(TAG, "opening input methods panel");
808 if (DEBUG) Slog.d(TAG, "closing input methods panel");
812 if (DEBUG) Slog.d(TAG, "opening compat panel");
816 if (DEBUG) Slo
[all...]
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java129 static final boolean DEBUG = false; field in class:InputMethodManagerService
453 if (DEBUG) {
590 if (DEBUG) {
682 if (DEBUG) {
755 if (DEBUG) {
795 if (DEBUG) {
823 if (DEBUG) {
893 if (DEBUG) {
911 if (DEBUG) {
1020 if (DEBUG) Slo
[all...]
H A DTwilightService.java53 private static final boolean DEBUG = false; field in class:TwilightService
126 if (DEBUG) {
331 if (DEBUG) {
452 if (DEBUG) {
493 if (DEBUG) {
516 if (DEBUG) {
H A DCountryDetectorService.java85 private static final boolean DEBUG = false; field in class:CountryDetectorService
217 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/android/os/
H A DUEventObserver.java43 private static final boolean DEBUG = false; field in class:UEventObserver
184 if (DEBUG) {
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java64 private final boolean DEBUG = false; field in class:LayoutInflater
394 if (DEBUG) System.out.println("INFLATING from resource: " + resource);
449 if (DEBUG) {
475 if (DEBUG) {
488 if (DEBUG) {
493 if (DEBUG) {
680 if (DEBUG) System.out.println("******** Creating view: " + name);
700 if (DEBUG) System.out.println("Created view is: " + view);
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java156 private static final boolean DEBUG = false; field in class:ActivityChooserModel
765 if (DEBUG) {
964 if (DEBUG) {
980 if (DEBUG) {
1023 if (DEBUG) {
1028 if (DEBUG) {
1082 if (DEBUG) {
1090 if (DEBUG) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserModel.java155 private static final boolean DEBUG = false; field in class:ActivityChooserModel
765 if (DEBUG) {
964 if (DEBUG) {
980 if (DEBUG) {
1023 if (DEBUG) {
1028 if (DEBUG) {
1082 if (DEBUG) {
1090 if (DEBUG) {
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java53 private static final boolean DEBUG = Log.isLoggable(LOG_TAG, Log.DEBUG); field in class:InteractionController
291 if (DEBUG) {
305 if (DEBUG) {
316 if (DEBUG) {
328 if (DEBUG) {
518 if (DEBUG) {
544 if (DEBUG) {
/frameworks/volley/src/com/android/volley/
H A DRequestQueue.java245 if (VolleyLog.DEBUG) {
276 if (VolleyLog.DEBUG) {
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidHandler.java71 * DEBUG
169 return Log.DEBUG;
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessDialog.java38 private static final boolean DEBUG = false; field in class:BrightnessDialog
/frameworks/base/services/java/com/android/server/dreams/
H A DDreamManagerService.java53 private static final boolean DEBUG = false; field in class:DreamManagerService
233 if (DEBUG) {
328 if (DEBUG) Slog.i(TAG, "Entering dreamland.");
346 if (DEBUG) Slog.i(TAG, "Leaving dreamland.");
/frameworks/opt/mms/src/java/com/google/android/mms/util/
H A DAbstractCache.java26 private static final boolean DEBUG = false; field in class:AbstractCache
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java297 if (Rlog.isLoggable(LOG_TAG, Log.DEBUG)) {
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBalls.java50 private static final boolean DEBUG = false; field in class:Balls
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java43 private static final boolean DEBUG = false; field in class:DisplayManagerGlobal
122 if (DEBUG) {
321 if (DEBUG) {

Completed in 648 milliseconds

1234567891011