Home
last modified time | relevance | path

Searched refs:BUCKET_SILENT (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationSectionsFeatureManager.kt31 import com.android.systemui.statusbar.notification.stack.BUCKET_SILENT
66 BUCKET_SILENT in getNotificationBuckets()
74 BUCKET_SILENT in getNotificationBuckets()
82 BUCKET_SILENT in getNotificationBuckets()
84 else -> intArrayOf(BUCKET_ALERTING, BUCKET_SILENT) in getNotificationBuckets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationPriorityBucket.kt23 BUCKET_SILENT
38 BUCKET_SILENT,
52 const val BUCKET_SILENT = 6 constant
DNotificationSectionsManager.kt122 view === silentHeaderView -> BUCKET_SILENT in <lambda>()
DNotificationStackScrollLayout.java27 …tatic com.android.systemui.statusbar.notification.stack.NotificationPriorityBucketKt.BUCKET_SILENT;
1047 beforeSpeedBump = row.getEntry().getBucket() < BUCKET_SILENT; in getSpeedBumpIndex()
6094 return row.getEntry().getBucket() < BUCKET_SILENT;
6096 return row.getEntry().getBucket() == BUCKET_SILENT;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinatorTest.kt39 import com.android.systemui.statusbar.notification.stack.BUCKET_SILENT
138 whenever(section.bucket).thenReturn(BUCKET_SILENT) in testSetNotificationStats_clearableSilent()
149 whenever(section.bucket).thenReturn(BUCKET_SILENT) in testSetNotificationStats_isSensitiveStateActive_nonClearableSilent()
183 whenever(section.bucket).thenReturn(BUCKET_SILENT) in testSetNotificationStats_footerFlagOn_clearableSilent()
198 whenever(section.bucket).thenReturn(BUCKET_SILENT) in testSetNotificationStats_footerFlagOn_isSensitiveStateActive_nonClearableSilent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinator.kt32 import com.android.systemui.statusbar.notification.stack.BUCKET_SILENT
85 val isSilent = section.bucket == BUCKET_SILENT in calculateNotifStats()
DRankingCoordinator.java111 NotificationPriorityBucketKt.BUCKET_SILENT) {
140 NotificationPriorityBucketKt.BUCKET_SILENT) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java25 …tatic com.android.systemui.statusbar.notification.stack.NotificationPriorityBucketKt.BUCKET_SILENT;
137 case BUCKET_SILENT: return Notifications.Notification.SECTION_SILENT; in toNotificationSection()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DSectionStyleProviderTest.kt34 import com.android.systemui.statusbar.notification.stack.BUCKET_SILENT
69 whenever(allSilentSectioner.bucket).thenReturn(BUCKET_SILENT); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
DNodeSpecBuilderTest.kt34 import com.android.systemui.statusbar.notification.stack.BUCKET_SILENT
59 private val section2Bucket = BUCKET_SILENT