Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsLogger.kt45 fun logOther(position: Int, clazz: Class<*>) = logBuffer.log( in logIncomingHeader() method in com.android.systemui.statusbar.notification.stack.NotificationSectionsLogger
DNotificationSectionsManager.kt208 child !is ExpandableNotificationRow -> logger.logOther(i, child.javaClass) in <lambda>()