Home
last modified time | relevance | path

Searched refs:mNotificationLockscreenUserManager (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallbackTest.java55 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in StatusBarRemoteInputCallbackTest
72 mNotificationLockscreenUserManager); in setUp()
75 mock(NotificationGroupManager.class), mNotificationLockscreenUserManager, in setUp()
84 when(mNotificationLockscreenUserManager.getCurrentUserId()).thenReturn(mCurrentUserId); in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()
85 when(mNotificationLockscreenUserManager.isCurrentProfile(anyInt())).thenReturn(true); in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()
DNotificationPanelViewTest.java143 private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationPanelViewTest
236 mNotificationLockscreenUserManager, mNotificationEntryManager, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java59 private final NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationRowBinderImpl
92 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationRowBinderImpl()
243 row.setNeedsRedaction(mNotificationLockscreenUserManager.needsRedaction(entry)); in inflateContentViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowViewController.java75 private final NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationShadeWindowViewController
141 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationShadeWindowViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java276 @Inject Lazy<NotificationLockscreenUserManager> mNotificationLockscreenUserManager; field in Dependency
468 mNotificationLockscreenUserManager::get); in start()