Home
last modified time | relevance | path

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

1234

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java43 import com.android.systemui.statusbar.notification.NotificationEntryManager;
113 static NotificationEntryManager provideNotificationEntryManager( in provideNotificationEntryManager()
123 return new NotificationEntryManager( in provideNotificationEntryManager()
146 NotificationEntryManager notificationEntryManager, in provideNotificationGutsManager()
192 NotificationEntryManager notificationEntryManager, in provideVisualStabilityManager()
211 NotificationEntryManager entryManager, in provideNotificationLogger()
276 NotificationEntryManager entryManager) { in provideCommonNotifCollection()
307 NotificationEntryManager entryManager, in provideOnUserInteractionCallback()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DLegacyNotificationPresenterExtensions.java28 import com.android.systemui.statusbar.notification.NotificationEntryManager;
47 private final NotificationEntryManager mEntryManager;
53 public LegacyNotificationPresenterExtensions(NotificationEntryManager entryManager) { in LegacyNotificationPresenterExtensions()
H A DOnUserInteractionCallbackImplLegacy.java27 import com.android.systemui.statusbar.notification.NotificationEntryManager;
39 private final NotificationEntryManager mNotificationEntryManager;
46 NotificationEntryManager notificationEntryManager, in OnUserInteractionCallbackImplLegacy()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSmartReplyController.java29 import com.android.systemui.statusbar.notification.NotificationEntryManager;
43 private final NotificationEntryManager mEntryManager;
53 NotificationEntryManager entryManager, in SmartReplyController()
H A DNotificationInteractionTracker.kt4 import com.android.systemui.statusbar.notification.NotificationEntryManager
16 private val entryManager: NotificationEntryManager
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputGroupDialogTest.java39 import com.android.systemui.statusbar.notification.NotificationEntryManager;
66 private NotificationEntryManager mNotificationEntryManager =
67 mock(NotificationEntryManager.class);
H A DMediaOutputDialogTest.java41 import com.android.systemui.statusbar.notification.NotificationEntryManager;
67 private final NotificationEntryManager mNotificationEntryManager =
68 mock(NotificationEntryManager.class);
H A DMediaOutputBaseDialogTest.java44 import com.android.systemui.statusbar.notification.NotificationEntryManager;
65 private NotificationEntryManager mNotificationEntryManager =
66 mock(NotificationEntryManager.class);
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNonPhoneDependencyTest.java31 import com.android.systemui.statusbar.notification.NotificationEntryManager;
78 NotificationEntryManager entryManager = Dependency.get(NotificationEntryManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
H A DNotificationRemoteInputManagerTest.java47 import com.android.systemui.statusbar.notification.NotificationEntryManager;
85 @Mock private NotificationEntryManager mEntryManager;
194 NotificationEntryManager notificationEntryManager, in TestableNotificationRemoteInputManager()
230 NotificationEntryManager notificationEntryManager, in createLegacyRemoteInputLifetimeExtender()
H A DSmartReplyControllerTest.java44 import com.android.systemui.statusbar.notification.NotificationEntryManager;
78 @Mock private NotificationEntryManager mNotificationEntryManager;
87 mDependency.injectTestDependency(NotificationEntryManager.class, in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarRemoteInputCallbackTest.java39 import com.android.systemui.statusbar.notification.NotificationEntryManager;
57 @Mock private NotificationEntryManager mEntryManager;
73 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBlockingHelperManager.java30 import com.android.systemui.statusbar.notification.NotificationEntryManager;
51 private final NotificationEntryManager mNotificationEntryManager;
70 NotificationEntryManager notificationEntryManager, in NotificationBlockingHelperManager()
H A DFeedbackInfo.java49 import com.android.systemui.statusbar.notification.NotificationEntryManager;
64 private NotificationEntryManager mNotificationEntryManager;
88 mNotificationEntryManager = Dependency.get(NotificationEntryManager.class); in bindGuts()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifController.java37 import com.android.systemui.statusbar.notification.NotificationEntryManager;
53 private final NotificationEntryManager mEntryManager;
64 NotificationEntryManager entryManager, in LightsOutNotifController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DStatusBarDependenciesModule.java55 import com.android.systemui.statusbar.notification.NotificationEntryManager;
102 NotificationEntryManager notificationEntryManager, in provideNotificationRemoteInputManager()
134 NotificationEntryManager notificationEntryManager, in provideNotificationMediaManager()
174 NotificationEntryManager entryManager, in provideSmartReplyController()
197 NotificationEntryManager notificationEntryManager, in provideNotificationViewHierarchyManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceNotificationListener.java29 import com.android.systemui.statusbar.notification.NotificationEntryManager;
46 private final NotificationEntryManager mEntryManager;
51 NotificationEntryManager notificationEntryManager, in ForegroundServiceNotificationListener()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationListController.java34 private final NotificationEntryManager mEntryManager;
39 NotificationEntryManager entryManager, in NotificationListController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputUriController.java28 import com.android.systemui.statusbar.notification.NotificationEntryManager;
52 public void attach(NotificationEntryManager manager) { in attach()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputDialogFactory.kt26 import com.android.systemui.statusbar.notification.NotificationEntryManager
40 private val notificationEntryManager: NotificationEntryManager,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java39 import com.android.systemui.statusbar.notification.NotificationEntryManager;
53 private NotificationEntryManager mNotificationEntryManager;
63 public LaunchConversationActivity(NotificationEntryManager notificationEntryManager, in LaunchConversationActivity()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DBypassHeadsUpNotifier.kt28 import com.android.systemui.statusbar.notification.NotificationEntryManager
47 private val entryManager: NotificationEntryManager,
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationListControllerTest.java19 import static com.android.systemui.statusbar.notification.NotificationEntryManager.UNDEFINED_DISMIS…
56 @Mock private NotificationEntryManager mEntryManager;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfoTest.java60 import com.android.systemui.statusbar.notification.NotificationEntryManager;
87 private NotificationEntryManager mNotificationEntryManager;
97 mDependency.injectTestDependency(NotificationEntryManager.class, mNotificationEntryManager); in setUp()

1234