Home
last modified time | relevance | path

Searched refs:BUCKET_ALERTING (Results 1 – 8 of 8) 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()
/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.kt157 view === alertingHeaderView -> BUCKET_ALERTING in <lambda>()
175 BUCKET_ALERTING -> logger.logAlerting(i, isHeadsUp) in <lambda>()
461 BUCKET_PEOPLE, BUCKET_ALERTING, BUCKET_SILENT
471 const val BUCKET_ALERTING = 5 constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt35 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING in <lambda>()
174 isHeadsUp || isMedia || isSystemMax || entry.isHighPriority() -> BUCKET_ALERTING in <lambda>()
DNotificationEntry.java34 …ic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_ALERTING;
181 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;
593 child = mockNotification(BUCKET_ALERTING, entry.mIsGone); in setStackState()
667 case BUCKET_ALERTING: in verifyMockStack()
740 child = mockNotification(BUCKET_ALERTING, entry.mIsGone); in setupMockStack()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java23 …ic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_ALERTING;
397 entry.setBucket(BUCKET_ALERTING); in testKeyguardNotificationSuppressors()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManagerTest.kt44 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING in <lambda>()
315 assertEquals(e.bucket, BUCKET_ALERTING) in <lambda>()