Home
last modified time | relevance | path

Searched refs:notificationLockscreenUserManager (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
H A DKeyguardMediaControllerTest.kt56 private lateinit var notificationLockscreenUserManager: NotificationLockscreenUserManager
69 whenever(notificationLockscreenUserManager.shouldShowLockscreenNotifications())
77 notificationLockscreenUserManager,
110 whenever(notificationLockscreenUserManager.shouldShowLockscreenNotifications())
H A DMediaHierarchyManagerTest.kt75 private lateinit var notificationLockscreenUserManager: NotificationLockscreenUserManager
110 notificationLockscreenUserManager,
177 `when`(notificationLockscreenUserManager.shouldShowLockscreenNotifications()).thenReturn(
210 `when`(notificationLockscreenUserManager.shouldShowLockscreenNotifications()).thenReturn(
226 `when`(notificationLockscreenUserManager.shouldShowLockscreenNotifications()).thenReturn(
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicPrivacyController.java49 DynamicPrivacyController(NotificationLockscreenUserManager notificationLockscreenUserManager, in DynamicPrivacyController() argument
52 mLockscreenUserManager = notificationLockscreenUserManager; in DynamicPrivacyController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DBypassHeadsUpNotifier.kt45 private val notificationLockscreenUserManager: NotificationLockscreenUserManager,
111 if (!notificationLockscreenUserManager.shouldShowOnKeyguard(entry)) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinator.kt53 private val notificationLockscreenUserManager: NotificationLockscreenUserManager,
69 notificationLockscreenUserManager.addKeyguardNotificationSuppressor { entry ->
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java77 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationRowBinderImpl() argument
89 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationRowBinderImpl()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarRemoteInputCallback.java87 NotificationLockscreenUserManager notificationLockscreenUserManager, in StatusBarRemoteInputCallback() argument
102 mLockscreenUserManager = notificationLockscreenUserManager; in StatusBarRemoteInputCallback()
H A DNotificationShadeWindowViewController.java128 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationShadeWindowViewController() argument
153 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationShadeWindowViewController()
H A DNotificationPanelViewController.java664 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationPanelViewController() argument
803 mLockscreenUserManager = notificationLockscreenUserManager; in NotificationPanelViewController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DStatusBarDependenciesModule.java193 NotificationLockscreenUserManager notificationLockscreenUserManager, in provideNotificationViewHierarchyManager() argument
209 notificationLockscreenUserManager, in provideNotificationViewHierarchyManager()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinatorTest.kt66 private lateinit var notificationLockscreenUserManager: NotificationLockscreenUserManager
112 notificationLockscreenUserManager,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java113 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationViewHierarchyManager() argument
128 mLockscreenUserManager = notificationLockscreenUserManager; in NotificationViewHierarchyManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIDefaultModule.java104 NotificationLockscreenUserManagerImpl notificationLockscreenUserManager); in bindNotificationLockscreenUserManager() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvSystemUIModule.java107 NotificationLockscreenUserManagerImpl notificationLockscreenUserManager); in bindNotificationLockscreenUserManager() argument
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/
H A DCarSystemUIModule.java139 NotificationLockscreenUserManagerImpl notificationLockscreenUserManager); in bindNotificationLockscreenUserManager() argument