Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsLogger.kt42 fun logAlertingHeader(position: Int) = logPosition(position, "ALERTING HEADER") in logIncomingHeader() method in com.android.systemui.statusbar.notification.stack.NotificationSectionsLogger
DNotificationSectionsManager.kt167 child === alertingHeaderView -> logger.logAlertingHeader(i) in <lambda>()
338 logger.logAlertingHeader(alertingState?.targetPosition ?: -1) in <lambda>()