/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | DynamicPrivacyController.java | 23 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 36 private final NotificationLockscreenUserManager mLockscreenUserManager; 44 NotificationLockscreenUserManager notificationLockscreenUserManager) { in DynamicPrivacyController() 49 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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardEnvironmentImpl.java | 24 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 32 private final NotificationLockscreenUserManager mLockscreenUserManager = 33 Dependency.get(NotificationLockscreenUserManager.class);
|
D | StatusBarRemoteInputCallback.java | 20 import static com.android.systemui.statusbar.NotificationLockscreenUserManager.NOTIFICATION_UNLOCKE… 43 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 64 private final NotificationLockscreenUserManager mLockscreenUserManager = 65 Dependency.get(NotificationLockscreenUserManager.class);
|
D | StatusBarNotificationActivityStarter.java | 57 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 85 private final NotificationLockscreenUserManager mLockscreenUserManager; 126 NotificationLockscreenUserManager lockscreenUserManager, in StatusBarNotificationActivityStarter()
|
D | StatusBarNotificationPresenter.java | 54 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 95 private final NotificationLockscreenUserManager mLockscreenUserManager = 96 Dependency.get(NotificationLockscreenUserManager.class);
|
D | NotificationPanelView.java | 77 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 335 private final NotificationLockscreenUserManager mLockscreenUserManager = 336 Dependency.get(NotificationLockscreenUserManager.class);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | DynamicPrivacyControllerTest.java | 32 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 50 private NotificationLockscreenUserManager mLockScreenUserManager 51 = mock(NotificationLockscreenUserManager.class);
|
D | NotificationEntryManagerTest.java | 69 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 125 @Mock private NotificationLockscreenUserManager mLockscreenUserManager; 213 mDependency.injectTestDependency(NotificationLockscreenUserManager.class, in setUp()
|
/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 | 42 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 111 mDependency.injectMockDependency(NotificationLockscreenUserManager.class); in setup()
|
D | StatusBarNotificationActivityStarterTest.java | 61 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 172 mock(NotificationLockscreenUserManager.class), mShadeController, mKeyguardMonitor, in setUp()
|
D | StatusBarTest.java | 92 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 155 @Mock private NotificationLockscreenUserManager mLockscreenUserManager; 785 NotificationLockscreenUserManager notificationLockscreenUserManager, in TestableStatusBar()
|
/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 | 60 @Mock private NotificationLockscreenUserManager mLockscreenUserManager; 201 NotificationLockscreenUserManager lockscreenUserManager, in TestableNotificationRemoteInputManager()
|
D | NotificationViewHierarchyManagerTest.java | 80 @Mock private NotificationLockscreenUserManager mLockscreenUserManager; 99 mDependency.injectTestDependency(NotificationLockscreenUserManager.class, in setUp()
|
D | SmartReplyControllerTest.java | 86 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 | 72 protected final NotificationLockscreenUserManager mLockscreenUserManager; 102 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationViewHierarchyManager()
|
D | NotificationRemoteInputManager.java | 114 private final NotificationLockscreenUserManager mLockscreenUserManager; 258 NotificationLockscreenUserManager lockscreenUserManager, in NotificationRemoteInputManager()
|
D | NotificationLockscreenUserManagerImpl.java | 66 Dumpable, NotificationLockscreenUserManager, StateListener {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SystemUIFactory.java | 45 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 169 public NotificationLockscreenUserManager provideNotificationLockscreenUserManager( in provideNotificationLockscreenUserManager()
|
D | Dependency.java | 59 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 264 @Inject Lazy<NotificationLockscreenUserManager> mNotificationLockscreenUserManager; 442 mProviders.put(NotificationLockscreenUserManager.class, in start()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationRowBinderImpl.java | 37 import com.android.systemui.statusbar.NotificationLockscreenUserManager; 256 Dependency.get(NotificationLockscreenUserManager.class).needsRedaction(entry)); in updateNotification()
|
/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);
|