/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/ |
H A D | KeyguardMediaControllerTest.kt | 56 private lateinit var notificationLockscreenUserManager: NotificationLockscreenUserManager 69 whenever(notificationLockscreenUserManager.shouldShowLockscreenNotifications()) 77 notificationLockscreenUserManager, 110 whenever(notificationLockscreenUserManager.shouldShowLockscreenNotifications())
|
H A D | MediaHierarchyManagerTest.kt | 75 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 D | DynamicPrivacyController.java | 49 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 D | BypassHeadsUpNotifier.kt | 45 private val notificationLockscreenUserManager: NotificationLockscreenUserManager, 111 if (!notificationLockscreenUserManager.shouldShowOnKeyguard(entry)) {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | SmartspaceDedupingCoordinator.kt | 53 private val notificationLockscreenUserManager: NotificationLockscreenUserManager, 69 notificationLockscreenUserManager.addKeyguardNotificationSuppressor { entry ->
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
H A D | NotificationRowBinderImpl.java | 77 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationRowBinderImpl() argument 89 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationRowBinderImpl()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarRemoteInputCallback.java | 87 NotificationLockscreenUserManager notificationLockscreenUserManager, in StatusBarRemoteInputCallback() argument 102 mLockscreenUserManager = notificationLockscreenUserManager; in StatusBarRemoteInputCallback()
|
H A D | NotificationShadeWindowViewController.java | 128 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationShadeWindowViewController() argument 153 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationShadeWindowViewController()
|
H A D | NotificationPanelViewController.java | 664 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationPanelViewController() argument 803 mLockscreenUserManager = notificationLockscreenUserManager; in NotificationPanelViewController()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
H A D | StatusBarDependenciesModule.java | 193 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 D | SmartspaceDedupingCoordinatorTest.kt | 66 private lateinit var notificationLockscreenUserManager: NotificationLockscreenUserManager 112 notificationLockscreenUserManager,
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationViewHierarchyManager.java | 113 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationViewHierarchyManager() argument 128 mLockscreenUserManager = notificationLockscreenUserManager; in NotificationViewHierarchyManager()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | SystemUIDefaultModule.java | 104 NotificationLockscreenUserManagerImpl notificationLockscreenUserManager); in bindNotificationLockscreenUserManager() argument
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/ |
H A D | TvSystemUIModule.java | 107 NotificationLockscreenUserManagerImpl notificationLockscreenUserManager); in bindNotificationLockscreenUserManager() argument
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/ |
H A D | CarSystemUIModule.java | 139 NotificationLockscreenUserManagerImpl notificationLockscreenUserManager); in bindNotificationLockscreenUserManager() argument
|