Searched refs:BUCKET_MEDIA_CONTROLS (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationSectionsFeatureManager.kt | 27 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/ |
D | NotificationPanelLogger.java | 22 ….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/ |
D | NotificationSection.java | 19 ….android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_MEDIA_CONTROLS; 309 return mFirstVisibleChild != null && mBucket != BUCKET_MEDIA_CONTROLS; in needsBackground()
|
D | NotificationSectionsManager.kt | 155 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/ |
D | NotificationLockscreenUserManagerTest.java | 24 ….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/ |
D | NotificationLockscreenUserManagerImpl.java | 22 ….android.systemui.statusbar.notification.stack.NotificationSectionsManagerKt.BUCKET_MEDIA_CONTROLS; 355 entry.getBucket() == BUCKET_MEDIA_CONTROLS in shouldShowOnKeyguard()
|