Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
DKeyguardMediaControllerTest.kt54 private lateinit var notificationLockscreenUserManager: NotificationLockscreenUserManager variable in com.android.systemui.media.KeyguardMediaControllerTest
66 statusBarStateController, notificationLockscreenUserManager) in setup()
80 `when`(notificationLockscreenUserManager.shouldShowLockscreenNotifications()) in testAttach_visibleOnKeyguard()
90 `when`(notificationLockscreenUserManager.shouldShowLockscreenNotifications()) in testAttach_hiddenOnKeyguard_whenNotificationsAreHidden()
DMediaHierarchyManagerTest.kt71 private lateinit var notificationLockscreenUserManager: NotificationLockscreenUserManager variable in com.android.systemui.media.MediaHierarchyManagerTest
92 notificationLockscreenUserManager, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicPrivacyController.java46 DynamicPrivacyController(NotificationLockscreenUserManager notificationLockscreenUserManager, in DynamicPrivacyController() argument
49 mLockscreenUserManager = notificationLockscreenUserManager; in DynamicPrivacyController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DBypassHeadsUpNotifier.kt45 private val notificationLockscreenUserManager: NotificationLockscreenUserManager, in <lambda>() constant in com.android.systemui.statusbar.notification.interruption.BypassHeadsUpNotifier
111 if (!notificationLockscreenUserManager.shouldShowOnKeyguard(entry)) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DStatusBarDependenciesModule.java145 NotificationLockscreenUserManager notificationLockscreenUserManager, in provideNotificationViewHierarchyManager() argument
159 notificationLockscreenUserManager, in provideNotificationViewHierarchyManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java79 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationRowBinderImpl() argument
92 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationRowBinderImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java82 NotificationLockscreenUserManager notificationLockscreenUserManager, in StatusBarRemoteInputCallback() argument
94 mLockscreenUserManager = notificationLockscreenUserManager; in StatusBarRemoteInputCallback()
DNotificationShadeWindowViewController.java120 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationShadeWindowViewController() argument
141 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationShadeWindowViewController()
DNotificationPanelViewController.java483 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationPanelViewController() argument
557 mLockscreenUserManager = notificationLockscreenUserManager; in NotificationPanelViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java107 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationViewHierarchyManager() argument
120 mLockscreenUserManager = notificationLockscreenUserManager; in NotificationViewHierarchyManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DSystemUIDefaultModule.java89 NotificationLockscreenUserManagerImpl notificationLockscreenUserManager); in bindNotificationLockscreenUserManager() argument
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/
DCarSystemUIModule.java121 NotificationLockscreenUserManagerImpl notificationLockscreenUserManager); in bindNotificationLockscreenUserManager() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java560 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationStackScrollLayout() argument
579 mLockscreenUserManager = notificationLockscreenUserManager; in NotificationStackScrollLayout()