Searched refs:logShadeDebugEvent (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ | ||
D | NotificationStackScrollLogger.kt | 68 fun logShadeDebugEvent(@CompileTimeConstant msg: String) = shadeLogBuffer.log(TAG, DEBUG, msg) in logShadeDebugEvent() method in com.android.systemui.statusbar.notification.stack.NotificationStackScrollLogger |
D | NotificationStackScrollLayout.java | 3817 mLogger.logShadeDebugEvent(s); in debugShadeLog() |