Searched refs:isDevLoggingEnabled (Results 1 – 4 of 4) sorted by relevance
28 fun isDevLoggingEnabled(): Boolean = regex
31 private val devLoggingEnabled by lazy { notifPipelineFlags.isDevLoggingEnabled() }
60 if (Compile.IS_DEBUG && notifPipelineFlags.isDevLoggingEnabled()) { in provideNotificationsLogBuffer()
154 mAlwaysLogList = flags.isDevLoggingEnabled(); in ShadeListBuilder()