Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationSectionsFeatureManager.kt26 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING
65 BUCKET_ALERTING, in getNotificationBuckets()
73 BUCKET_ALERTING, in getNotificationBuckets()
81 BUCKET_ALERTING, in getNotificationBuckets()
84 else -> intArrayOf(BUCKET_ALERTING, BUCKET_SILENT) in getNotificationBuckets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationPriorityBucket.kt22 BUCKET_ALERTING,
37 BUCKET_ALERTING,
51 const val BUCKET_ALERTING = 5 constant
DNotificationSectionsManager.kt126 view === alertingHeaderView -> BUCKET_ALERTING in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinatorTest.kt38 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING
118 whenever(section.bucket).thenReturn(BUCKET_ALERTING) in testSetNotificationStats_clearableAlerting()
129 whenever(section.bucket).thenReturn(BUCKET_ALERTING) in testSetNotificationStats_isSensitiveStateActive_nonClearableAlerting()
158 whenever(section.bucket).thenReturn(BUCKET_ALERTING) in testSetNotificationStats_footerFlagOn_clearableAlerting()
173 whenever(section.bucket).thenReturn(BUCKET_ALERTING) in testSetNotificationStats_footerFlagOn_isSensitiveStateActive_nonClearableAlerting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java19 …tic com.android.systemui.statusbar.notification.stack.NotificationPriorityBucketKt.BUCKET_ALERTING;
136 case BUCKET_ALERTING: return Notifications.Notification.SECTION_ALERTING; in toNotificationSection()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DSectionStyleProviderTest.kt31 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING
70 whenever(allAlertingSectioner.bucket).thenReturn(BUCKET_ALERTING); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
DNodeSpecBuilderTest.kt32 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING
58 private val section1Bucket = BUCKET_ALERTING
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRankingCoordinator.java93 NotificationPriorityBucketKt.BUCKET_ALERTING) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java33 …tic com.android.systemui.statusbar.notification.stack.NotificationPriorityBucketKt.BUCKET_ALERTING;
177 private int mBucket = BUCKET_ALERTING;