Searched refs:BUCKET_ALERTING (Results 1 – 9 of 9) sorted by relevance
26 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING65 BUCKET_ALERTING, in getNotificationBuckets()73 BUCKET_ALERTING, in getNotificationBuckets()81 BUCKET_ALERTING, in getNotificationBuckets()84 else -> intArrayOf(BUCKET_ALERTING, BUCKET_SILENT) in getNotificationBuckets()
22 BUCKET_ALERTING,37 BUCKET_ALERTING,51 const val BUCKET_ALERTING = 5 constant
126 view === alertingHeaderView -> BUCKET_ALERTING in <lambda>()
38 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING118 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()
19 …tic com.android.systemui.statusbar.notification.stack.NotificationPriorityBucketKt.BUCKET_ALERTING;136 case BUCKET_ALERTING: return Notifications.Notification.SECTION_ALERTING; in toNotificationSection()
31 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING70 whenever(allAlertingSectioner.bucket).thenReturn(BUCKET_ALERTING); in setUp()
32 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING58 private val section1Bucket = BUCKET_ALERTING
93 NotificationPriorityBucketKt.BUCKET_ALERTING) {
33 …tic com.android.systemui.statusbar.notification.stack.NotificationPriorityBucketKt.BUCKET_ALERTING;177 private int mBucket = BUCKET_ALERTING;