Searched refs:logOther (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ | ||
D | NotificationSectionsLogger.kt | 45 fun logOther(position: Int, clazz: Class<*>) = logBuffer.log( in logIncomingHeader() method in com.android.systemui.statusbar.notification.stack.NotificationSectionsLogger |
D | NotificationSectionsManager.kt | 208 child !is ExpandableNotificationRow -> logger.logOther(i, child.javaClass) in <lambda>() |