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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java42 private static final boolean SPEW = false; field in class:RecurrenceProcessor
437 if (SPEW) {
451 if (SPEW) {
459 if (true || SPEW) {
468 if (SPEW) {
478 if (SPEW) {
536 if (SPEW) Log.i(TAG, "setting " + j + " for rule "
546 if (SPEW) Log.i(TAG, "setting " + j + " for rule "
563 if (SPEW) Log.i(TAG, "setting " + j + " for rule "
860 if (SPEW) {
[all...]
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java55 static final boolean SPEW = false; field in class:StatusBarManagerService
271 if (SPEW) Slog.d(TAG, (menuVisible?"showing":"hiding") + " MENU key");
291 if (SPEW) {
319 if (SPEW) Slog.d(TAG, "setSystemUiVisibility(0x" + Integer.toHexString(vis) + ")");
398 if (SPEW) Slog.d(TAG, "Setting current user to user " + newUserId);
548 if (SPEW) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java41 private static final boolean SPEW = DEBUG; field in class:HeadsUpNotificationView
97 if (SPEW) Log.v(TAG, "setMargin() " + notificationPanelMarginPx);
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceProcessorTest.java34 private static final boolean SPEW = true; field in class:RecurrenceProcessorTest
77 if (SPEW) {
120 if (SPEW) {
132 if (SPEW) {
161 if (SPEW) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java113 public static final boolean SPEW = false; field in class:PhoneStatusBar
884 if (SPEW) Log.d(TAG, "addIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex
893 if (SPEW) Log.d(TAG, "updateIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex
900 if (SPEW) Log.d(TAG, "removeIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex);
963 if (SPEW) Log.d(TAG, "removeNotification key=" + key + " old=" + old);
1109 if (SPEW) {
1153 if (SPEW) {
1404 if (SPEW) Log.d(TAG, "Make expanded visible: expanded visible=" + mExpandedVisible);
1444 if (SPEW) {
1516 if (SPEW) Lo
[all...]

Completed in 2381 milliseconds