Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java150 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationStackScrollLayoutControllerTest
343 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 …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java71 private final NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationRowBinderImpl
103 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationRowBinderImpl()
259 : mNotificationLockscreenUserManager.needsRedaction(entry)) { in inflateContentViews()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java155 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationGutsManagerTest
206 mNotificationLockscreenUserManager, in setUp()