/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/ |
D | KeyguardMediaControllerTest.kt | 54 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()
|
D | MediaHierarchyManagerTest.kt | 71 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/ |
D | DynamicPrivacyController.java | 46 DynamicPrivacyController(NotificationLockscreenUserManager notificationLockscreenUserManager, in DynamicPrivacyController() argument 49 mLockscreenUserManager = notificationLockscreenUserManager; in DynamicPrivacyController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | BypassHeadsUpNotifier.kt | 45 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/ |
D | StatusBarDependenciesModule.java | 145 NotificationLockscreenUserManager notificationLockscreenUserManager, in provideNotificationViewHierarchyManager() argument 159 notificationLockscreenUserManager, in provideNotificationViewHierarchyManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
D | NotificationRowBinderImpl.java | 79 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationRowBinderImpl() argument 92 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationRowBinderImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarRemoteInputCallback.java | 82 NotificationLockscreenUserManager notificationLockscreenUserManager, in StatusBarRemoteInputCallback() argument 94 mLockscreenUserManager = notificationLockscreenUserManager; in StatusBarRemoteInputCallback()
|
D | NotificationShadeWindowViewController.java | 120 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationShadeWindowViewController() argument 141 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationShadeWindowViewController()
|
D | NotificationPanelViewController.java | 483 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationPanelViewController() argument 557 mLockscreenUserManager = notificationLockscreenUserManager; in NotificationPanelViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationViewHierarchyManager.java | 107 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationViewHierarchyManager() argument 120 mLockscreenUserManager = notificationLockscreenUserManager; in NotificationViewHierarchyManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
D | SystemUIDefaultModule.java | 89 NotificationLockscreenUserManagerImpl notificationLockscreenUserManager); in bindNotificationLockscreenUserManager() argument
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/ |
D | CarSystemUIModule.java | 121 NotificationLockscreenUserManagerImpl notificationLockscreenUserManager); in bindNotificationLockscreenUserManager() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 560 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationStackScrollLayout() argument 579 mLockscreenUserManager = notificationLockscreenUserManager; in NotificationStackScrollLayout()
|