Home
last modified time | relevance | path

Searched refs:NotificationEntryManager (Results 1 – 25 of 66) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java39 import com.android.systemui.statusbar.notification.NotificationEntryManager;
81 static NotificationEntryManager provideNotificationEntryManager( in provideNotificationEntryManager()
85 NotificationEntryManager.KeyguardEnvironment keyguardEnvironment, in provideNotificationEntryManager()
91 return new NotificationEntryManager( in provideNotificationEntryManager()
144 NotificationEntryManager notificationEntryManager, Handler handler) { in provideVisualStabilityManager()
154 NotificationEntryManager entryManager, in provideNotificationLogger()
180 NotificationEntryManager notificationEntryManager, in provideNotificationBlockingHelperManager()
208 NotificationEntryManager entryManager) { in provideCommonNotifCollection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DStatusBarDependenciesModule.java40 import com.android.systemui.statusbar.notification.NotificationEntryManager;
73 NotificationEntryManager notificationEntryManager, in provideNotificationRemoteInputManager()
100 NotificationEntryManager notificationEntryManager, in provideNotificationMediaManager()
133 NotificationEntryManager entryManager, in provideSmartReplyController()
149 NotificationEntryManager notificationEntryManager, in provideNotificationViewHierarchyManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSmartReplyController.java25 import com.android.systemui.statusbar.notification.NotificationEntryManager;
37 private final NotificationEntryManager mEntryManager;
45 public SmartReplyController(NotificationEntryManager entryManager, in SmartReplyController()
DNotificationInteractionTracker.kt3 import com.android.systemui.statusbar.notification.NotificationEntryManager
16 private val entryManager: NotificationEntryManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallbackTest.java38 import com.android.systemui.statusbar.notification.NotificationEntryManager;
52 @Mock private NotificationEntryManager mEntryManager;
67 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager); in setUp()
DStatusBarNotificationPresenterTest.java53 import com.android.systemui.statusbar.notification.NotificationEntryManager;
109 NotificationEntryManager entryManager = in setup()
110 mDependency.injectMockDependency(NotificationEntryManager.class); in setup()
DNotificationShadeWindowViewTest.java45 import com.android.systemui.statusbar.notification.NotificationEntryManager;
77 @Mock private NotificationEntryManager mNotificationEntryManager;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationListController.java34 private final NotificationEntryManager mEntryManager;
39 NotificationEntryManager entryManager, in NotificationListController()
DNotificationFilter.java54 private NotificationEntryManager.KeyguardEnvironment mEnvironment;
67 private NotificationEntryManager.KeyguardEnvironment getEnvironment() { in getEnvironment()
69 mEnvironment = Dependency.get(NotificationEntryManager.KeyguardEnvironment.class); in getEnvironment()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightsOutNotifController.java34 import com.android.systemui.statusbar.notification.NotificationEntryManager;
51 private final NotificationEntryManager mEntryManager;
62 NotificationEntryManager entryManager, in LightsOutNotifController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java31 import com.android.systemui.statusbar.notification.NotificationEntryManager;
77 NotificationEntryManager entryManager = Dependency.get(NotificationEntryManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
DSmartReplyControllerTest.java42 import com.android.systemui.statusbar.notification.NotificationEntryManager;
74 @Mock private NotificationEntryManager mNotificationEntryManager;
83 mDependency.injectTestDependency(NotificationEntryManager.class, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java30 import com.android.systemui.statusbar.notification.NotificationEntryManager;
49 private final NotificationEntryManager mNotificationEntryManager;
67 NotificationEntryManager notificationEntryManager, in NotificationBlockingHelperManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputUriController.java27 import com.android.systemui.statusbar.notification.NotificationEntryManager;
52 public void attach(NotificationEntryManager manager) { in attach()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java29 import com.android.systemui.statusbar.notification.NotificationEntryManager;
47 private final NotificationEntryManager mEntryManager;
52 NotificationEntryManager notificationEntryManager, in ForegroundServiceNotificationListener()
DForegroundServiceController.java28 import com.android.systemui.statusbar.notification.NotificationEntryManager;
50 private final NotificationEntryManager mEntryManager;
54 public ForegroundServiceController(NotificationEntryManager entryManager, in ForegroundServiceController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DTestableBubbleController.java30 import com.android.systemui.statusbar.notification.NotificationEntryManager;
56 NotificationEntryManager entryManager, in TestableBubbleController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/dagger/
DBubbleModule.java33 import com.android.systemui.statusbar.notification.NotificationEntryManager;
67 NotificationEntryManager entryManager, in newBubbleController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DBypassHeadsUpNotifier.kt27 import com.android.systemui.statusbar.notification.NotificationEntryManager in <lambda>()
47 private val entryManager: NotificationEntryManager, in <lambda>()
DHeadsUpController.java30 import com.android.systemui.statusbar.notification.NotificationEntryManager;
77 NotificationEntryManager entryManager, in attach()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java48 import com.android.systemui.statusbar.notification.NotificationEntryManager;
84 @Mock private NotificationEntryManager mEntryManager;
98 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager); in setUp()
247 NotificationEntryManager entryManager, in TestableNotificationLogger()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationListControllerTest.java19 import static com.android.systemui.statusbar.notification.NotificationEntryManager.UNDEFINED_DISMIS…
56 @Mock private NotificationEntryManager mEntryManager;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DCommonNotifCollection.java19 import com.android.systemui.statusbar.notification.NotificationEntryManager;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DForegroundServiceSectionController.kt34 import com.android.systemui.statusbar.notification.NotificationEntryManager in <lambda>()
47 val entryManager: NotificationEntryManager, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinder.java23 import com.android.systemui.statusbar.notification.NotificationEntryManager;

123