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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DUniverseBackground.java42 static final boolean SPEW = false; field in class:UniverseBackground
186 if (SPEW) {
237 if (SPEW) {
246 if (SPEW) Slog.d(TAG, "doAnimation dt=" + (frameTimeNanos - mAnimLastTimeNanos));
247 if (SPEW) Slog.d(TAG, "doAnimation before mAnimY=" + mAnimY);
249 if (SPEW) {
254 if (SPEW) Slog.d(TAG, "Animation completed to expanded state.");
264 if (SPEW) Slog.d(TAG, "Animation completed to collapsed state.");
/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/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/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);
539 if (SPEW) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java104 public static final boolean SPEW = DEBUG; field in class:PhoneStatusBar
836 if (SPEW) Slog.d(TAG, "addIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex
845 if (SPEW) Slog.d(TAG, "updateIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex
852 if (SPEW) Slog.d(TAG, "removeIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex);
933 if (SPEW) Slog.d(TAG, "removeNotification key=" + key + " old=" + old);
1322 if (SPEW) Slog.d(TAG, "Make expanded visible: expanded visible=" + mExpandedVisible);
1358 if (SPEW) {
1431 if (SPEW) Slog.d(TAG, "animateExpand: mExpandedVisible=" + mExpandedVisible);
1486 if (SPEW) Slog.d(TAG, "animateExpand: mExpandedVisible=" + mExpandedVisible);
1585 if (SPEW) Slo
[all...]

Completed in 113 milliseconds