Home
last modified time | relevance | path

Searched refs:BUCKET_MEDIA_CONTROLS (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationPriorityBucket.kt15 BUCKET_MEDIA_CONTROLS,
30 BUCKET_MEDIA_CONTROLS,
44 const val BUCKET_MEDIA_CONTROLS = 1 constant
DNotificationSectionsManager.kt124 view === mediaControlsView -> BUCKET_MEDIA_CONTROLS in <lambda>()
DNotificationStackSizeCalculator.kt554 BUCKET_MEDIA_CONTROLS, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationSectionsFeatureManager.kt29 import com.android.systemui.statusbar.notification.stack.BUCKET_MEDIA_CONTROLS
63 BUCKET_MEDIA_CONTROLS, in getNotificationBuckets()
72 BUCKET_MEDIA_CONTROLS, in getNotificationBuckets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java22 …m.android.systemui.statusbar.notification.stack.NotificationPriorityBucketKt.BUCKET_MEDIA_CONTROLS;
130 case BUCKET_MEDIA_CONTROLS : return Notifications.Notification.SECTION_MEDIA_CONTROLS; in toNotificationSection()