/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | RecurrenceProcessor.java | 41 private static final boolean SPEW = false; field in RecurrenceProcessor 435 if (SPEW) { in get() 449 if (SPEW) { in get() 466 if (SPEW) { in get() 476 if (SPEW) { in get() 534 if (SPEW) Log.i(TAG, "setting " + j + " for rule " in generateDaysList() 544 if (SPEW) Log.i(TAG, "setting " + j + " for rule " in generateDaysList() 561 if (SPEW) Log.i(TAG, "setting " + j + " for rule " in generateDaysList() 858 if (SPEW) { in expand() 887 if (SPEW) Log.i(TAG, "year=" + generated.getYear()); in expand() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotifLayoutInflaterFactory.kt | 71 if (SPEW && replacedView != null && factory != null) { in onCreateView() 78 private val SPEW = Log.isLoggable(TAG, Log.VERBOSE) constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeControllerImpl.java | 54 private static final boolean SPEW = false; field in ShadeControllerImpl 284 if (SPEW) Log.d(TAG, "Make expanded visible: expanded visible=" + mExpandedVisible); in makeExpandedVisible() 302 if (SPEW) Log.d(TAG, "makeExpandedInvisible: mExpandedVisible=" + mExpandedVisible); in makeExpandedInvisible()
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | RecurrenceProcessorTest.java | 33 private static final boolean SPEW = true; field in RecurrenceProcessorTest 76 if (SPEW) { in verifyRecurrence() 118 if (SPEW) { in verifyRecurrence() 130 if (SPEW) { in verifyRecurrence() 159 if (SPEW) { in verifyRecurrence()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesCommandQueueCallbacks.java | 224 if (CentralSurfaces.SPEW) { in animateExpandNotificationsPanel() 233 if (CentralSurfaces.SPEW) { in animateExpandSettingsPanel() 304 if (CentralSurfaces.SPEW) { in handleSystemKey()
|
D | CentralSurfaces.java | 62 boolean SPEW = false; field
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackSizeCalculator.kt | 44 private val SPEW = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE) in <lambda>() constant 257 val sequence = if (SPEW) " stackHeightSequence=${stackHeightSequence.toList()}" else "" in <lambda>()
|
D | NotificationStackScrollLayout.java | 157 private static final boolean SPEW = Log.isLoggable(TAG, Log.VERBOSE); field in NotificationStackScrollLayout 1078 if (SPEW) { 3256 if (SPEW) { in generateHeadsUpAnimationEvents() 4831 if (SPEW) { in generateHeadsUpAnimation() 4841 if (SPEW) { in generateHeadsUpAnimation()
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 132 private static final boolean SPEW = false; field in StatusBarManagerService 400 if (SPEW) Slog.d(TAG, "Launching emergency action"); 406 if (SPEW) Slog.d(TAG, "Failed to launch emergency action"); 460 if (SPEW) Slog.d(TAG, "Setting current user to user " + newUserId); 1358 if (SPEW) { in setImeWindowStatus() 1388 if (SPEW) Slog.d(TAG, "setDisableFlags(0x" + Integer.toHexString(flags) + ")"); in setDisableFlags() 2299 if (SPEW) { in isPackageSupported() 2447 if (SPEW) { in manageDisableListLocked()
|