Searched refs:BUCKET_ALERTING (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationSectionsFeatureManager.kt | 24 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/ |
D | NotificationPanelLogger.java | 19 …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/ |
D | NotificationSectionsManager.kt | 157 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/ |
D | NotificationRankingManager.kt | 35 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING in <lambda>() 174 isHeadsUp || isMedia || isSystemMax || entry.isHighPriority() -> BUCKET_ALERTING in <lambda>()
|
D | NotificationEntry.java | 34 …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/ |
D | NotificationSectionsManagerTest.java | 21 …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/ |
D | NotificationLockscreenUserManagerTest.java | 23 …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/ |
D | NotificationRankingManagerTest.kt | 44 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING in <lambda>() 315 assertEquals(e.bucket, BUCKET_ALERTING) in <lambda>()
|