Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java140 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationStackScrollLayoutControllerTest
261 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 …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallbackTest.java76 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in StatusBarRemoteInputCallbackTest
99 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java74 private final NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationRowBinderImpl
106 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationRowBinderImpl()