/frameworks/base/services/java/com/android/server/display/ |
H A D | WifiDisplayController.java | 73 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 D | WifiDisplayAdapter.java | 68 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 D | RegisteredServicesCache.java | 72 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 D | TransportControlView.java | 65 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 D | XmlBlock.java | 35 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 D | BeanBag.java | 60 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 D | SearchPanelView.java | 60 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 D | TabletStatusBar.java | 84 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 D | InputMethodManagerService.java | 129 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 D | TwilightService.java | 53 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 D | CountryDetectorService.java | 85 private static final boolean DEBUG = false; field in class:CountryDetectorService 217 if (!DEBUG) return;
|
H A D | LightsService.java | 32 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 D | UEventObserver.java | 43 private static final boolean DEBUG = false; field in class:UEventObserver 184 if (DEBUG) {
|
/frameworks/base/core/java/android/view/ |
H A D | LayoutInflater.java | 64 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 D | ActivityChooserModel.java | 156 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 D | ActivityChooserModel.java | 155 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 D | InteractionController.java | 53 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 D | RequestQueue.java | 245 if (VolleyLog.DEBUG) { 276 if (VolleyLog.DEBUG) {
|
/frameworks/base/core/java/com/android/internal/logging/ |
H A D | AndroidHandler.java | 71 * DEBUG 169 return Log.DEBUG;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
H A D | BrightnessDialog.java | 38 private static final boolean DEBUG = false; field in class:BrightnessDialog
|
/frameworks/base/services/java/com/android/server/dreams/ |
H A D | DreamManagerService.java | 53 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 D | AbstractCache.java | 26 private static final boolean DEBUG = false; field in class:AbstractCache
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | Connection.java | 297 if (Rlog.isLoggable(LOG_TAG, Log.DEBUG)) {
|
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
H A D | Balls.java | 50 private static final boolean DEBUG = false; field in class:Balls
|
/frameworks/base/core/java/android/hardware/display/ |
H A D | DisplayManagerGlobal.java | 43 private static final boolean DEBUG = false; field in class:DisplayManagerGlobal 122 if (DEBUG) { 321 if (DEBUG) {
|