Home
last modified time | relevance | path

Searched refs:BUCKET_PRIORITY_PEOPLE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationPriorityBucket.kt20 BUCKET_PRIORITY_PEOPLE,
35 BUCKET_PRIORITY_PEOPLE,
49 const val BUCKET_PRIORITY_PEOPLE = 7 constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java24 ….android.systemui.statusbar.notification.stack.NotificationPriorityBucketKt.BUCKET_PRIORITY_PEOPLE;
134 case BUCKET_PEOPLE, BUCKET_PRIORITY_PEOPLE: in toNotificationSection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinator.kt37 import com.android.systemui.statusbar.notification.stack.BUCKET_PRIORITY_PEOPLE in <lambda>()
87 object : NotifSectioner("Priority People", BUCKET_PRIORITY_PEOPLE) { in <lambda>()