Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLogger.kt68 fun logShadeDebugEvent(@CompileTimeConstant msg: String) = shadeLogBuffer.log(TAG, DEBUG, msg) regex
H A DNotificationStackScrollLayout.java3779 mLogger.logShadeDebugEvent(s); in debugShadeLog()