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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java29 private static final boolean SPEW = false; field in class:PanelBar
123 if (SPEW) LOG("panelExpansionChanged: start state=%d", mState);
134 if (SPEW) LOG("panelExpansionChanged: -> %s: f=%.1f", pv.getName(), thisFrac);
145 if (SPEW) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState,
H A DStatusBar.java313 public static final boolean SPEW = false; field in class:StatusBar
1837 if (SPEW) Log.d(TAG, "removeNotification key=" + key + " old=" + old);
2232 if (SPEW) {
2990 if (SPEW) Log.d(TAG, "handleNavigationKey: " + key);
3020 if (SPEW) Log.d(TAG, "Make expanded visible: expanded visible=" + mExpandedVisible);
3094 if (SPEW) {
3128 if (SPEW) Log.d(TAG, "animateExpand: mExpandedVisible=" + mExpandedVisible);
3140 if (SPEW) Log.d(TAG, "animateExpand: mExpandedVisible=" + mExpandedVisible);
3164 if (SPEW) Log.d(TAG, "makeExpandedInvisible: mExpandedVisible=" + mExpandedVisible
3210 if (SPEW) {
[all...]
/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/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java62 private static final boolean SPEW = false; field in class:StatusBarManagerService
212 if (SPEW) Slog.d(TAG, "Setting current user to user " + newUserId);
586 if (SPEW) Slog.d(TAG, (menuVisible?"showing":"hiding") + " MENU key");
608 if (SPEW) {
643 if (SPEW) Slog.d(TAG, "setSystemUiVisibility(0x" + Integer.toHexString(vis) + ")");
969 if (SPEW) {

Completed in 157 milliseconds