Searched refs:SPEW (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | RecurrenceProcessor.java | 42 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() 889 if (SPEW) Log.i(TAG, "year=" + generated.year); in expand() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelBar.java | 29 private static final boolean SPEW = false; field in PanelBar 131 if (SPEW) LOG("panelExpansionChanged: start state=%d", mState); in panelExpansionChanged() 143 if (SPEW) LOG("panelExpansionChanged: -> %s: f=%.1f", pv.getName(), thisFrac); in panelExpansionChanged() 154 if (SPEW) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState, in panelExpansionChanged()
|
D | StatusBar.java | 278 public static final boolean SPEW = false; field in StatusBar 1427 if (SPEW) Log.d(TAG, "removeNotification key=" + key + " old=" + old); in onNotificationRemoved() 1542 if (SPEW) { in setAreThereNotifications() 2192 if (SPEW) Log.d(TAG, "handleNavigationKey: " + key); in handleSystemKey() 2242 if (SPEW) Log.d(TAG, "Make expanded visible: expanded visible=" + mExpandedVisible); in makeExpandedVisible() 2307 if (SPEW) { in animateCollapsePanels() 2344 if (SPEW) Log.d(TAG, "animateExpand: mExpandedVisible=" + mExpandedVisible); in animateExpandNotificationsPanel() 2356 if (SPEW) Log.d(TAG, "animateExpand: mExpandedVisible=" + mExpandedVisible); in animateExpandSettingsPanel() 2380 if (SPEW) Log.d(TAG, "makeExpandedInvisible: mExpandedVisible=" + mExpandedVisible in makeExpandedInvisible() 2426 if (SPEW) { in interceptTouchEvent() [all …]
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | RecurrenceProcessorTest.java | 34 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/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 65 private static final boolean SPEW = false; field in StatusBarManagerService 262 if (SPEW) Slog.d(TAG, "Setting current user to user " + newUserId); 732 if (SPEW) Slog.d(TAG, (menuVisible?"showing":"hiding") + " MENU key"); in topAppWindowChanged() 754 if (SPEW) { in setImeWindowStatus() 789 if (SPEW) Slog.d(TAG, "setSystemUiVisibility(0x" + Integer.toHexString(vis) + ")"); in setSystemUiVisibility() 1163 if (SPEW) { in manageDisableListLocked()
|