Searched refs:SPEW (Results 1 – 6 of 6) 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 | 32 private static final boolean SPEW = false; field in PanelBar 170 if (SPEW) LOG("panelExpansionChanged: start state=%d", mState); in panelExpansionChanged() 183 if (SPEW) LOG("panelExpansionChanged: -> %s: f=%.1f", pv.getName(), thisFrac); in panelExpansionChanged() 194 if (SPEW) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState, in panelExpansionChanged()
|
D | StatusBarNotificationPresenter.java | 21 import static com.android.systemui.statusbar.phone.StatusBar.SPEW; 323 if (SPEW) Log.d(TAG, "removeNotification key=" + key + " old=" + old); in onNotificationRemoved()
|
D | StatusBar.java | 274 public static final boolean SPEW = false; field in StatusBar 1413 if (SPEW) { in updateAreThereNotifications() 1850 if (SPEW) Log.d(TAG, "handleNavigationKey: " + key); in handleSystemKey() 1896 if (SPEW) Log.d(TAG, "Make expanded visible: expanded visible=" + mExpandedVisible); in makeExpandedVisible() 1961 if (SPEW) { in animateCollapsePanels() 2017 if (SPEW) Log.d(TAG, "animateExpand: mExpandedVisible=" + mExpandedVisible); in animateExpandNotificationsPanel() 2029 if (SPEW) Log.d(TAG, "animateExpand: mExpandedVisible=" + mExpandedVisible); in animateExpandSettingsPanel() 2052 if (SPEW) Log.d(TAG, "makeExpandedInvisible: mExpandedVisible=" + mExpandedVisible in makeExpandedInvisible() 2103 if (SPEW) { in interceptTouchEvent()
|
/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 | 74 private static final boolean SPEW = false; field in StatusBarManagerService 302 if (SPEW) Slog.d(TAG, "Setting current user to user " + newUserId); 825 if (SPEW) { in topAppWindowChanged() 847 if (SPEW) { in setImeWindowStatus() 881 if (SPEW) Slog.d(TAG, "setSystemUiVisibility(0x" + Integer.toHexString(vis) + ")"); in setSystemUiVisibility() 1350 if (SPEW) { in manageDisableListLocked()
|