Searched refs:BUCKET_PEOPLE (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationSectionsFeatureManager.kt | 28 import com.android.systemui.statusbar.notification.stack.BUCKET_PEOPLE 57 BUCKET_PEOPLE, BUCKET_ALERTING, BUCKET_SILENT) in getNotificationBuckets() 62 intArrayOf(BUCKET_HEADS_UP, BUCKET_FOREGROUND_SERVICE, BUCKET_PEOPLE, in getNotificationBuckets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationPanelLogger.java | 23 …atic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_PEOPLE; 117 case BUCKET_PEOPLE: return Notifications.Notification.SECTION_PEOPLE; in toNotificationSection()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSectionsManager.kt | 156 view === peopleHeaderView -> BUCKET_PEOPLE in <lambda>() 174 BUCKET_PEOPLE -> logger.logConversation(i, isHeadsUp) in <lambda>() 328 peopleNotifsPresent = peopleNotifsPresent || row.entry.bucket == BUCKET_PEOPLE in <lambda>() 461 BUCKET_PEOPLE, BUCKET_ALERTING, BUCKET_SILENT 470 const val BUCKET_PEOPLE = 4 constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationRankingManager.kt | 37 import com.android.systemui.statusbar.notification.stack.BUCKET_PEOPLE in <lambda>() 173 usePeopleFiltering && entry.isConversation() -> BUCKET_PEOPLE in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSectionsManagerTest.java | 24 …atic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_PEOPLE; 590 child = mockNotification(BUCKET_PEOPLE, entry.mIsGone); in setStackState() 664 case BUCKET_PEOPLE: in verifyMockStack() 737 child = mockNotification(BUCKET_PEOPLE, entry.mIsGone); in setupMockStack()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerTest.java | 25 …atic com.android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_PEOPLE; 367 entry.setBucket(BUCKET_PEOPLE); in testShowSilentNotificationsPeopleBucket_settingSaysHide()
|