Searched refs:mNotificationLockscreenUserManager (Results 1 – 4 of 4) sorted by relevance
150 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationStackScrollLayoutControllerTest343 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(false); in testOnUserChange_verifyNotSensitive()349 verify(mNotificationLockscreenUserManager) in testOnUserChange_verifyNotSensitive()360 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnUserChange_verifySensitiveProfile()366 verify(mNotificationLockscreenUserManager) in testOnUserChange_verifySensitiveProfile()378 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(false); in testOnUserChange_verifyNotSensitive_screenshareNotificationHidingEnabled()386 verify(mNotificationLockscreenUserManager) in testOnUserChange_verifyNotSensitive_screenshareNotificationHidingEnabled()398 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnUserChange_verifySensitiveProfile_screenshareNotificationHidingEnabled()406 verify(mNotificationLockscreenUserManager) in testOnUserChange_verifySensitiveProfile_screenshareNotificationHidingEnabled()418 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(false); in testOnUserChange_verifySensitiveActive_screenshareNotificationHidingEnabled()[all …]
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()
71 private final NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationRowBinderImpl103 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationRowBinderImpl()259 : mNotificationLockscreenUserManager.needsRedaction(entry)) { in inflateContentViews()
155 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationGutsManagerTest206 mNotificationLockscreenUserManager, in setUp()