Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java112 proto.section = toNotificationSection(ne.getBucket()); in toNotificationProto()
128 static int toNotificationSection(@PriorityBucket int bucket) { in toNotificationSection() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerImpl.kt315 section = NotificationPanelLogger.toNotificationSection(notification.bucket) in toNotificationProto()