Home
last modified time | relevance | path

Searched refs:isDevLoggingEnabled (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotifPipelineFlags.kt28 fun isDevLoggingEnabled(): Boolean = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNodeSpecBuilderLogger.kt31 private val devLoggingEnabled by lazy { notifPipelineFlags.isDevLoggingEnabled() }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/dagger/
H A DLogModule.java60 if (Compile.IS_DEBUG && notifPipelineFlags.isDevLoggingEnabled()) { in provideNotificationsLogBuffer()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java154 mAlwaysLogList = flags.isDevLoggingEnabled(); in ShadeListBuilder()