/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | DynamicPrivacyController.java | 24 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 40 private final NotificationLockscreenUserManager mLockscreenUserManager; 52 NotificationLockscreenUserManager notificationLockscreenUserManager, in DynamicPrivacyController() 60 DynamicPrivacyController(NotificationLockscreenUserManager notificationLockscreenUserManager, in DynamicPrivacyController()
|
D | NotificationFilter.java | 30 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 50 private NotificationLockscreenUserManager mUserManager; 76 private NotificationLockscreenUserManager getUserManager() { in getUserManager() 78 mUserManager = Dependency.get(NotificationLockscreenUserManager.class); in getUserManager()
|
D | BypassHeadsUpNotifier.kt | 24 import com.android.systemui.statusbar.NotificationLockscreenUserManager in <lambda>() 44 private val notificationLockscreenUserManager: NotificationLockscreenUserManager, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardEnvironmentImpl.java | 24 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 36 private final NotificationLockscreenUserManager mLockscreenUserManager = 37 Dependency.get(NotificationLockscreenUserManager.class);
|
D | StatusBarRemoteInputCallback.java | 20 import static com.android.systemui.statusbar.NotificationLockscreenUserManager.NOTIFICATION_UNLOCKE… 43 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 65 private final NotificationLockscreenUserManager mLockscreenUserManager = 66 Dependency.get(NotificationLockscreenUserManager.class);
|
D | KeyguardBypassController.kt | 24 import com.android.systemui.statusbar.NotificationLockscreenUserManager 69 lockscreenUserManager: NotificationLockscreenUserManager
|
D | StatusBarNotificationActivityStarter.java | 57 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 85 private final NotificationLockscreenUserManager mLockscreenUserManager; 126 NotificationLockscreenUserManager lockscreenUserManager, in StatusBarNotificationActivityStarter()
|
D | StatusBarNotificationPresenter.java | 53 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 95 private final NotificationLockscreenUserManager mLockscreenUserManager = 96 Dependency.get(NotificationLockscreenUserManager.class);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarRemoteInputCallbackTest.java | 35 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 57 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager; 69 mDependency.injectTestDependency(NotificationLockscreenUserManager.class, in setUp()
|
D | NotificationPanelViewTest.java | 46 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 122 mDependency.injectMockDependency(NotificationLockscreenUserManager.class); in setup()
|
D | StatusBarNotificationActivityStarterTest.java | 61 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 170 mock(NotificationLockscreenUserManager.class), mShadeController, mKeyguardMonitor, in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | DynamicPrivacyControllerTest.java | 33 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 53 private NotificationLockscreenUserManager mLockScreenUserManager 54 = mock(NotificationLockscreenUserManager.class);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SystemUIDefaultModule.java | 30 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 63 abstract NotificationLockscreenUserManager bindNotificationLockscreenUserManager( in bindNotificationLockscreenUserManager()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/ |
D | CarSystemUIModule.java | 30 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 78 abstract NotificationLockscreenUserManager bindNotificationLockscreenUserManager( in bindNotificationLockscreenUserManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NonPhoneDependencyTest.java | 86 NotificationLockscreenUserManager lockscreenUserManager = in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() 87 Dependency.get(NotificationLockscreenUserManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
|
D | NotificationRemoteInputManagerTest.java | 64 @Mock private NotificationLockscreenUserManager mLockscreenUserManager; 205 NotificationLockscreenUserManager lockscreenUserManager, in TestableNotificationRemoteInputManager()
|
D | NotificationViewHierarchyManagerTest.java | 81 @Mock private NotificationLockscreenUserManager mLockscreenUserManager; 100 mDependency.injectTestDependency(NotificationLockscreenUserManager.class, in setUp()
|
D | SmartReplyControllerTest.java | 88 mock(NotificationLockscreenUserManager.class), mSmartReplyController, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManager.java | 22 public interface NotificationLockscreenUserManager { interface
|
D | NotificationViewHierarchyManager.java | 73 protected final NotificationLockscreenUserManager mLockscreenUserManager; 104 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationViewHierarchyManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutTest.java | 60 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 61 import com.android.systemui.statusbar.NotificationLockscreenUserManager.UserChangedListener; 124 @Mock private NotificationLockscreenUserManager mLockscreenUserManager; 145 mDependency.injectTestDependency(NotificationLockscreenUserManager.class, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManager.java | 48 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 83 private final NotificationLockscreenUserManager mLockscreenUserManager = 84 Dependency.get(NotificationLockscreenUserManager.class);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationRowBinderImpl.java | 37 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 263 Dependency.get(NotificationLockscreenUserManager.class).needsRedaction(entry)); in updateNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 81 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 165 private final NotificationLockscreenUserManager mNotifUserManager; 222 NotificationLockscreenUserManager notifUserManager, in BubbleController() 234 NotificationLockscreenUserManager notifUserManager, in BubbleController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleControllerTest.java | 61 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 114 private NotificationLockscreenUserManager mLockscreenUserManager; 652 NotificationLockscreenUserManager lockscreenUserManager, in TestableBubbleController()
|