Searched refs:logPluggableInvalidated (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/ |
H A D | ShadeListBuilderLogger.kt | 70 private fun logPluggableInvalidated( regex 90 ) = logPluggableInvalidated("Pre-render Invalidator", invalidator, pipelineState, reason) 96 ) = logPluggableInvalidated("Pre-group NotifFilter", filter, pipelineState, reason) 102 ) = logPluggableInvalidated("ReorderingNowAllowed", stabilityManager, pipelineState, reason) 108 ) = logPluggableInvalidated("NotifPromoter", promoter, pipelineState, reason) 114 ) = logPluggableInvalidated("NotifSection", sectioner, pipelineState, reason) 120 ) = logPluggableInvalidated("NotifComparator", comparator, pipelineState, reason) 126 ) = logPluggableInvalidated("Finalize NotifFilter", filter, pipelineState, reason)
|