Home
last modified time | relevance | path

Searched refs:lockscreenUserManager (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt69 lockscreenUserManager: NotificationLockscreenUserManager
94 lockscreenUserManager.addUserChangedListener { pendingUnlockType = null } in <lambda>()
DStatusBarNotificationActivityStarter.java126 NotificationLockscreenUserManager lockscreenUserManager, in StatusBarNotificationActivityStarter() argument
146 mLockscreenUserManager = lockscreenUserManager; in StatusBarNotificationActivityStarter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java86 NotificationLockscreenUserManager lockscreenUserManager = in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() local
99 lockscreenUserManager.setUpWithPresenter(mPresenter); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
DNotificationRemoteInputManagerTest.java205 NotificationLockscreenUserManager lockscreenUserManager, in TestableNotificationRemoteInputManager() argument
211 super(context, lockscreenUserManager, smartReplyController, notificationEntryManager, in TestableNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java260 NotificationLockscreenUserManager lockscreenUserManager, in NotificationRemoteInputManager() argument
267 mLockscreenUserManager = lockscreenUserManager; in NotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java652 NotificationLockscreenUserManager lockscreenUserManager, in TestableBubbleController() argument
656 lockscreenUserManager, groupManager); in TestableBubbleController()