Home
last modified time | relevance | path

Searched refs:NotificationLockscreenUserManager (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicPrivacyController.java23 import com.android.systemui.statusbar.NotificationLockscreenUserManager;
36 private final NotificationLockscreenUserManager mLockscreenUserManager;
44 NotificationLockscreenUserManager notificationLockscreenUserManager) { in DynamicPrivacyController()
49 DynamicPrivacyController(NotificationLockscreenUserManager notificationLockscreenUserManager, in DynamicPrivacyController()
DNotificationFilter.java30 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/
DKeyguardEnvironmentImpl.java24 import com.android.systemui.statusbar.NotificationLockscreenUserManager;
32 private final NotificationLockscreenUserManager mLockscreenUserManager =
33 Dependency.get(NotificationLockscreenUserManager.class);
DStatusBarRemoteInputCallback.java20 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);
DStatusBarNotificationActivityStarter.java57 import com.android.systemui.statusbar.NotificationLockscreenUserManager;
85 private final NotificationLockscreenUserManager mLockscreenUserManager;
126 NotificationLockscreenUserManager lockscreenUserManager, in StatusBarNotificationActivityStarter()
DStatusBarNotificationPresenter.java54 import com.android.systemui.statusbar.NotificationLockscreenUserManager;
95 private final NotificationLockscreenUserManager mLockscreenUserManager =
96 Dependency.get(NotificationLockscreenUserManager.class);
DNotificationPanelView.java77 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/
DDynamicPrivacyControllerTest.java32 import com.android.systemui.statusbar.NotificationLockscreenUserManager;
50 private NotificationLockscreenUserManager mLockScreenUserManager
51 = mock(NotificationLockscreenUserManager.class);
DNotificationEntryManagerTest.java69 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/
DStatusBarRemoteInputCallbackTest.java35 import com.android.systemui.statusbar.NotificationLockscreenUserManager;
57 @Mock private NotificationLockscreenUserManager mNotificationLockscreenUserManager;
69 mDependency.injectTestDependency(NotificationLockscreenUserManager.class, in setUp()
DNotificationPanelViewTest.java42 import com.android.systemui.statusbar.NotificationLockscreenUserManager;
111 mDependency.injectMockDependency(NotificationLockscreenUserManager.class); in setup()
DStatusBarNotificationActivityStarterTest.java61 import com.android.systemui.statusbar.NotificationLockscreenUserManager;
172 mock(NotificationLockscreenUserManager.class), mShadeController, mKeyguardMonitor, in setUp()
DStatusBarTest.java92 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/
DNonPhoneDependencyTest.java86 NotificationLockscreenUserManager lockscreenUserManager = in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
87 Dependency.get(NotificationLockscreenUserManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
DNotificationRemoteInputManagerTest.java60 @Mock private NotificationLockscreenUserManager mLockscreenUserManager;
201 NotificationLockscreenUserManager lockscreenUserManager, in TestableNotificationRemoteInputManager()
DNotificationViewHierarchyManagerTest.java80 @Mock private NotificationLockscreenUserManager mLockscreenUserManager;
99 mDependency.injectTestDependency(NotificationLockscreenUserManager.class, in setUp()
DSmartReplyControllerTest.java86 mock(NotificationLockscreenUserManager.class), mSmartReplyController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java22 public interface NotificationLockscreenUserManager { interface
DNotificationViewHierarchyManager.java72 protected final NotificationLockscreenUserManager mLockscreenUserManager;
102 NotificationLockscreenUserManager notificationLockscreenUserManager, in NotificationViewHierarchyManager()
DNotificationRemoteInputManager.java114 private final NotificationLockscreenUserManager mLockscreenUserManager;
258 NotificationLockscreenUserManager lockscreenUserManager, in NotificationRemoteInputManager()
DNotificationLockscreenUserManagerImpl.java66 Dumpable, NotificationLockscreenUserManager, StateListener {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIFactory.java45 import com.android.systemui.statusbar.NotificationLockscreenUserManager;
169 public NotificationLockscreenUserManager provideNotificationLockscreenUserManager( in provideNotificationLockscreenUserManager()
DDependency.java59 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/
DNotificationRowBinderImpl.java37 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/
DNotificationGutsManager.java48 import com.android.systemui.statusbar.NotificationLockscreenUserManager;
83 private final NotificationLockscreenUserManager mLockscreenUserManager =
84 Dependency.get(NotificationLockscreenUserManager.class);

12