Searched refs:BUCKET_ALERTING (Results 1 – 7 of 7) 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() 67 intArrayOf(BUCKET_ALERTING) 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 | 196 view === alertingHeaderView -> BUCKET_ALERTING in <lambda>() 214 BUCKET_ALERTING -> logger.logAlerting(i, isHeadsUp) in <lambda>() 364 BUCKET_ALERTING -> alertingState?.targetPosition = i + 1 in <lambda>() 558 BUCKET_PEOPLE, BUCKET_ALERTING, BUCKET_SILENT 568 const val BUCKET_ALERTING = 5 constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationRankingManager.kt | 31 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING in <lambda>() 159 isHeadsUp || isMedia || isSystemMax || entry.isHighPriority() -> BUCKET_ALERTING in <lambda>()
|
D | NotificationEntry.java | 34 …ic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_ALERTING; 178 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; 649 child = mockNotification(BUCKET_ALERTING, entry.mIsGone); in setStackState() 723 case BUCKET_ALERTING: in verifyMockStack() 796 child = mockNotification(BUCKET_ALERTING, entry.mIsGone); in setupMockStack()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationRankingManagerTest.kt | 40 import com.android.systemui.statusbar.notification.stack.BUCKET_ALERTING in <lambda>() 310 assertEquals(e.bucket, BUCKET_ALERTING) in <lambda>()
|