Searched refs:mNotificationLockscreenUserManager (Results 1 – 3 of 3) sorted by relevance
140 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationStackScrollLayoutControllerTest261 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(false); in testOnUserChange_verifyNotSensitive()267 verify(mNotificationLockscreenUserManager) in testOnUserChange_verifyNotSensitive()278 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnUserChange_verifySensitiveProfile()284 verify(mNotificationLockscreenUserManager) in testOnUserChange_verifySensitiveProfile()296 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(false); in testOnUserChange_verifyNotSensitive_screenshareNotificationHidingEnabled()304 verify(mNotificationLockscreenUserManager) in testOnUserChange_verifyNotSensitive_screenshareNotificationHidingEnabled()316 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnUserChange_verifySensitiveProfile_screenshareNotificationHidingEnabled()324 verify(mNotificationLockscreenUserManager) in testOnUserChange_verifySensitiveProfile_screenshareNotificationHidingEnabled()336 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(false); in testOnUserChange_verifySensitiveActive_screenshareNotificationHidingEnabled()[all …]
76 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in StatusBarRemoteInputCallbackTest99 mNotificationLockscreenUserManager); in setUp()102 mGroupExpansionManager, mNotificationLockscreenUserManager, in setUp()113 when(mNotificationLockscreenUserManager.getCurrentUserId()).thenReturn(mCurrentUserId); in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()114 when(mNotificationLockscreenUserManager.isCurrentProfile(anyInt())).thenReturn(true); in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()
74 private final NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationRowBinderImpl106 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationRowBinderImpl()