Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarRemoteInputCallbackTest.java60 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in StatusBarRemoteInputCallbackTest
77 mNotificationLockscreenUserManager); in setUp()
80 mock(GroupExpansionManager.class), mNotificationLockscreenUserManager, in setUp()
90 when(mNotificationLockscreenUserManager.getCurrentUserId()).thenReturn(mCurrentUserId); in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()
91 when(mNotificationLockscreenUserManager.isCurrentProfile(anyInt())).thenReturn(true); in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java63 private final NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationRowBinderImpl
95 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationRowBinderImpl()
225 if (mNotificationLockscreenUserManager.needsRedaction(entry)) { in inflateContentViews()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java139 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationStackScrollLayoutControllerTest
369 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnUserChange_verifySensitiveProfile()
375 verify(mNotificationLockscreenUserManager) in testOnUserChange_verifySensitiveProfile()
386 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnStatePostChange_verifyIfProfileIsPublic()
687 mNotificationLockscreenUserManager, in initController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManagerTest.java136 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationGutsManagerTest
158 mNotificationLockscreenUserManager, in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java302 @Inject Lazy<NotificationLockscreenUserManager> mNotificationLockscreenUserManager; field in Dependency
501 mNotificationLockscreenUserManager::get); in start()