Home
last modified time | relevance | path

Searched refs:logNotifSectionInvalidated (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DShadeListBuilderLogger.kt77 fun logNotifSectionInvalidated(name: String, pipelineState: Int) { in logNotifSectionInvalidated() method in com.android.systemui.statusbar.notification.collection.listbuilder.ShadeListBuilderLogger
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java287 mLogger.logNotifSectionInvalidated(section.getName(), mPipelineState.getState()); in onNotifSectionInvalidated()