Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallbackTest.java57 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; field in StatusBarRemoteInputCallbackTest
70 mNotificationLockscreenUserManager); in setUp()
80 when(mNotificationLockscreenUserManager.getCurrentUserId()).thenReturn(mCurrentUserId); in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()
81 when(mNotificationLockscreenUserManager.isCurrentProfile(anyInt())).thenReturn(true); in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java258 @Inject Lazy<NotificationLockscreenUserManager> mNotificationLockscreenUserManager; field in Dependency
448 mNotificationLockscreenUserManager::get); in start()