Home
last modified time | relevance | path

Searched refs:SPEW (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon/
DRecurrenceProcessor.java42 private static final boolean SPEW = false; field in RecurrenceProcessor
437 if (SPEW) { in get()
451 if (SPEW) { in get()
468 if (SPEW) { in get()
478 if (SPEW) { in get()
536 if (SPEW) Log.i(TAG, "setting " + j + " for rule " in generateDaysList()
546 if (SPEW) Log.i(TAG, "setting " + j + " for rule " in generateDaysList()
563 if (SPEW) Log.i(TAG, "setting " + j + " for rule " in generateDaysList()
860 if (SPEW) { in expand()
887 if (SPEW) Log.i(TAG, "year=" + generated.year); in expand()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java92 public static final boolean SPEW = false; field in PhoneStatusBar
512 if (SPEW) Slog.d(TAG, "addIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex in addIcon()
521 … if (SPEW) Slog.d(TAG, "updateIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex in updateIcon()
528 … if (SPEW) Slog.d(TAG, "removeIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex); in removeIcon()
673 if (SPEW) Slog.d(TAG, "not reusing notification"); in updateNotification()
694 if (SPEW) Slog.d(TAG, "removeNotification key=" + key); in removeNotification()
1142 if (SPEW) Slog.d(TAG, "Make expanded visible: expanded visible=" + mExpandedVisible); in makeExpandedVisible()
1161 if (SPEW) Slog.d(TAG, "Animate expand: expanded=" + mExpanded); in animateExpand()
1182 if (SPEW) { in animateCollapse()
1214 if (SPEW) Slog.d(TAG, "performExpand: mExpanded=" + mExpanded); in performExpand()
[all …]
/frameworks/base/services/java/com/android/server/
DStatusBarManagerService.java55 static final boolean SPEW = false; field in StatusBarManagerService
251 if (SPEW) Slog.d(TAG, (menuVisible?"showing":"hiding") + " MENU key"); in topAppWindowChanged()
271 if (SPEW) { in setImeWindowStatus()
299 if (SPEW) Slog.d(TAG, "setSystemUiVisibility(0x" + Integer.toHexString(vis) + ")"); in setSystemUiVisibility()
491 if (SPEW) { in manageDisableListLocked()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/
DRecurrenceProcessorTest.java34 private static final boolean SPEW = true; field in RecurrenceProcessorTest
77 if (SPEW) { in verifyRecurrence()
120 if (SPEW) { in verifyRecurrence()
132 if (SPEW) { in verifyRecurrence()
161 if (SPEW) { in verifyRecurrence()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBar.java49 private static final boolean SPEW = false; field in StatusBar
137 if (SPEW) { in start()