Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationSectionsFeatureManager.kt27 import com.android.systemui.statusbar.notification.stack.BUCKET_MEDIA_CONTROLS
56 intArrayOf(BUCKET_HEADS_UP, BUCKET_FOREGROUND_SERVICE, BUCKET_MEDIA_CONTROLS, in getNotificationBuckets()
59 intArrayOf(BUCKET_HEADS_UP, BUCKET_FOREGROUND_SERVICE, BUCKET_MEDIA_CONTROLS, in getNotificationBuckets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java22 ….android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_MEDIA_CONTROLS;
113 case BUCKET_MEDIA_CONTROLS : return Notifications.Notification.SECTION_MEDIA_CONTROLS; in toNotificationSection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java19 ….android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_MEDIA_CONTROLS;
309 return mFirstVisibleChild != null && mBucket != BUCKET_MEDIA_CONTROLS; in needsBackground()
DNotificationSectionsManager.kt155 view === mediaControlsView -> BUCKET_MEDIA_CONTROLS in <lambda>()
460 BUCKET_UNKNOWN, BUCKET_MEDIA_CONTROLS, BUCKET_HEADS_UP, BUCKET_FOREGROUND_SERVICE,
467 const val BUCKET_MEDIA_CONTROLS = 1 constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java24 ….android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_MEDIA_CONTROLS;
384 entry.setBucket(BUCKET_MEDIA_CONTROLS); in testShowSilentNotificationsMediaBucket_settingSaysHide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java22 ….android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_MEDIA_CONTROLS;
355 entry.getBucket() == BUCKET_MEDIA_CONTROLS in shouldShowOnKeyguard()