Searched refs:mNotificationLockscreenUserManager (Results 1 – 5 of 5) sorted by relevance
60 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in StatusBarRemoteInputCallbackTest77 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()
63 private final NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationRowBinderImpl95 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationRowBinderImpl()225 if (mNotificationLockscreenUserManager.needsRedaction(entry)) { in inflateContentViews()
139 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationStackScrollLayoutControllerTest369 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()
136 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationGutsManagerTest158 mNotificationLockscreenUserManager, in setUp()
302 @Inject Lazy<NotificationLockscreenUserManager> mNotificationLockscreenUserManager; field in Dependency501 mNotificationLockscreenUserManager::get); in start()