Searched refs:mNotificationLockscreenUserManager (Results 1 – 2 of 2) sorted by relevance
57 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in StatusBarRemoteInputCallbackTest70 mNotificationLockscreenUserManager); in setUp()80 when(mNotificationLockscreenUserManager.getCurrentUserId()).thenReturn(mCurrentUserId); in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()81 when(mNotificationLockscreenUserManager.isCurrentProfile(anyInt())).thenReturn(true); in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()
258 @Inject Lazy<NotificationLockscreenUserManager> mNotificationLockscreenUserManager; field in Dependency448 mNotificationLockscreenUserManager::get); in start()