Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationSectionsFeatureManager.kt29 import com.android.systemui.statusbar.notification.stack.BUCKET_SILENT
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java24 …atic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_SILENT;
119 case BUCKET_SILENT: return Notifications.Notification.SECTION_SILENT; in toNotificationSection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt153 view === silentHeaderView -> BUCKET_SILENT in <lambda>()
176 BUCKET_SILENT -> logger.logSilent(i, isHeadsUp) in <lambda>()
321 BUCKET_SILENT -> gentleState?.targetPosition = i + 1 in <lambda>()
461 BUCKET_PEOPLE, BUCKET_ALERTING, BUCKET_SILENT
472 const val BUCKET_SILENT = 6 constant
DNotificationStackScrollLayout.java20 …atic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_SILENT;
1001 beforeSpeedBump = row.getEntry().getBucket() < BUCKET_SILENT; in getSpeedBumpIndex()
5654 return row.getEntry().getBucket() < BUCKET_SILENT;
5656 return row.getEntry().getBucket() == BUCKET_SILENT;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt38 import com.android.systemui.statusbar.notification.stack.BUCKET_SILENT in <lambda>()
175 else -> BUCKET_SILENT in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java26 …atic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_SILENT;
332 entry.setBucket(BUCKET_SILENT); in testShowSilentNotifications_settingSaysShow()
350 entry.setBucket(BUCKET_SILENT); in testShowSilentNotifications_settingSaysHide()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManagerTest.java25 …atic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_SILENT;
596 child = mockNotification(BUCKET_SILENT, entry.mIsGone); in setStackState()
670 case BUCKET_SILENT: in verifyMockStack()
743 child = mockNotification(BUCKET_SILENT, entry.mIsGone); in setupMockStack()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManagerTest.kt46 import com.android.systemui.statusbar.notification.stack.BUCKET_SILENT in <lambda>()
335 assertEquals(e.bucket, BUCKET_SILENT) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java23 …atic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_SILENT;
356 || (entry.getBucket() != BUCKET_SILENT in shouldShowOnKeyguard()