Home
last modified time | relevance | path

Searched refs:BUCKET_HEADS_UP (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationSectionsFeatureManager.kt26 import com.android.systemui.statusbar.notification.stack.BUCKET_HEADS_UP
56 intArrayOf(BUCKET_HEADS_UP, BUCKET_FOREGROUND_SERVICE, BUCKET_MEDIA_CONTROLS, in getNotificationBuckets()
59 intArrayOf(BUCKET_HEADS_UP, BUCKET_FOREGROUND_SERVICE, BUCKET_MEDIA_CONTROLS, in getNotificationBuckets()
62 intArrayOf(BUCKET_HEADS_UP, BUCKET_FOREGROUND_SERVICE, BUCKET_PEOPLE, in getNotificationBuckets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java21 …ic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_HEADS_UP;
114 case BUCKET_HEADS_UP: return Notifications.Notification.SECTION_HEADS_UP; in toNotificationSection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt154 view === incomingHeaderView -> BUCKET_HEADS_UP in <lambda>()
173 BUCKET_HEADS_UP -> logger.logHeadsUp(i, isHeadsUp) in <lambda>()
312 row?.entry?.bucket = BUCKET_HEADS_UP in <lambda>()
460 BUCKET_UNKNOWN, BUCKET_MEDIA_CONTROLS, BUCKET_HEADS_UP, BUCKET_FOREGROUND_SERVICE,
468 const val BUCKET_HEADS_UP = 2 constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManagerTest.java23 …ic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_HEADS_UP;
658 case BUCKET_HEADS_UP: in verifyMockStack()