Home
last modified time | relevance | path

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

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