/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
H A D | NotificationsModule.java | 43 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 D | LegacyNotificationPresenterExtensions.java | 28 import com.android.systemui.statusbar.notification.NotificationEntryManager; 47 private final NotificationEntryManager mEntryManager; 53 public LegacyNotificationPresenterExtensions(NotificationEntryManager entryManager) { in LegacyNotificationPresenterExtensions()
|
H A D | OnUserInteractionCallbackImplLegacy.java | 27 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 D | SmartReplyController.java | 29 import com.android.systemui.statusbar.notification.NotificationEntryManager; 43 private final NotificationEntryManager mEntryManager; 53 NotificationEntryManager entryManager, in SmartReplyController()
|
H A D | NotificationInteractionTracker.kt | 4 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 D | MediaOutputGroupDialogTest.java | 39 import com.android.systemui.statusbar.notification.NotificationEntryManager; 66 private NotificationEntryManager mNotificationEntryManager = 67 mock(NotificationEntryManager.class);
|
H A D | MediaOutputDialogTest.java | 41 import com.android.systemui.statusbar.notification.NotificationEntryManager; 67 private final NotificationEntryManager mNotificationEntryManager = 68 mock(NotificationEntryManager.class);
|
H A D | MediaOutputBaseDialogTest.java | 44 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 D | NonPhoneDependencyTest.java | 31 import com.android.systemui.statusbar.notification.NotificationEntryManager; 78 NotificationEntryManager entryManager = Dependency.get(NotificationEntryManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
|
H A D | NotificationRemoteInputManagerTest.java | 47 import com.android.systemui.statusbar.notification.NotificationEntryManager; 85 @Mock private NotificationEntryManager mEntryManager; 194 NotificationEntryManager notificationEntryManager, in TestableNotificationRemoteInputManager() 230 NotificationEntryManager notificationEntryManager, in createLegacyRemoteInputLifetimeExtender()
|
H A D | SmartReplyControllerTest.java | 44 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 D | StatusBarRemoteInputCallbackTest.java | 39 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 D | NotificationBlockingHelperManager.java | 30 import com.android.systemui.statusbar.notification.NotificationEntryManager; 51 private final NotificationEntryManager mNotificationEntryManager; 70 NotificationEntryManager notificationEntryManager, in NotificationBlockingHelperManager()
|
H A D | FeedbackInfo.java | 49 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 D | LightsOutNotifController.java | 37 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 D | StatusBarDependenciesModule.java | 55 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 D | ForegroundServiceNotificationListener.java | 29 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 D | NotificationListController.java | 34 private final NotificationEntryManager mEntryManager; 39 NotificationEntryManager entryManager, in NotificationListController()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputUriController.java | 28 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 D | MediaOutputDialogFactory.kt | 26 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 D | LaunchConversationActivity.java | 39 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 D | NotificationLoggerTest.java | 48 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 D | BypassHeadsUpNotifier.kt | 28 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 D | NotificationListControllerTest.java | 19 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 D | FeedbackInfoTest.java | 60 import com.android.systemui.statusbar.notification.NotificationEntryManager; 87 private NotificationEntryManager mNotificationEntryManager; 97 mDependency.injectTestDependency(NotificationEntryManager.class, mNotificationEntryManager); in setUp()
|