Home
last modified time | relevance | path

Searched refs:BUCKET_ALERTING (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationSectionsFeatureManager.kt24 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING
57 BUCKET_PEOPLE, BUCKET_ALERTING, BUCKET_SILENT) in getNotificationBuckets()
60 BUCKET_ALERTING, BUCKET_SILENT) in getNotificationBuckets()
63 BUCKET_ALERTING, BUCKET_SILENT) in getNotificationBuckets()
65 intArrayOf(BUCKET_ALERTING, BUCKET_SILENT) in getNotificationBuckets()
67 intArrayOf(BUCKET_ALERTING) in getNotificationBuckets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java19 …ic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_ALERTING;
118 case BUCKET_ALERTING: return Notifications.Notification.SECTION_ALERTING; in toNotificationSection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt196 view === alertingHeaderView -> BUCKET_ALERTING in <lambda>()
214 BUCKET_ALERTING -> logger.logAlerting(i, isHeadsUp) in <lambda>()
364 BUCKET_ALERTING -> alertingState?.targetPosition = i + 1 in <lambda>()
558 BUCKET_PEOPLE, BUCKET_ALERTING, BUCKET_SILENT
568 const val BUCKET_ALERTING = 5 constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt31 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING in <lambda>()
159 isHeadsUp || isMedia || isSystemMax || entry.isHighPriority() -> BUCKET_ALERTING in <lambda>()
DNotificationEntry.java34 …ic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_ALERTING;
178 private int mBucket = BUCKET_ALERTING;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManagerTest.java21 …ic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_ALERTING;
649 child = mockNotification(BUCKET_ALERTING, entry.mIsGone); in setStackState()
723 case BUCKET_ALERTING: in verifyMockStack()
796 child = mockNotification(BUCKET_ALERTING, entry.mIsGone); in setupMockStack()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManagerTest.kt40 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING in <lambda>()
310 assertEquals(e.bucket, BUCKET_ALERTING) in <lambda>()