Searched refs:mNotificationLockscreenUserManager (Results 1 – 5 of 5) sorted by relevance
55 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in StatusBarRemoteInputCallbackTest72 mNotificationLockscreenUserManager); in setUp()75 mock(NotificationGroupManager.class), mNotificationLockscreenUserManager, in setUp()84 when(mNotificationLockscreenUserManager.getCurrentUserId()).thenReturn(mCurrentUserId); in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()85 when(mNotificationLockscreenUserManager.isCurrentProfile(anyInt())).thenReturn(true); in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()
143 private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationPanelViewTest236 mNotificationLockscreenUserManager, mNotificationEntryManager, in setup()
59 private final NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationRowBinderImpl92 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationRowBinderImpl()243 row.setNeedsRedaction(mNotificationLockscreenUserManager.needsRedaction(entry)); in inflateContentViews()
75 private final NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in NotificationShadeWindowViewController141 mNotificationLockscreenUserManager = notificationLockscreenUserManager; in NotificationShadeWindowViewController()
276 @Inject Lazy<NotificationLockscreenUserManager> mNotificationLockscreenUserManager; field in Dependency468 mNotificationLockscreenUserManager::get); in start()