Home
last modified time | relevance | path

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

12

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/
DCarNotificationEntryManager.java22 import com.android.systemui.statusbar.notification.NotificationEntryManager;
30 public class CarNotificationEntryManager extends NotificationEntryManager {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java20 import static com.android.systemui.statusbar.notification.NotificationEntryManager.UNDEFINED_DISMIS…
34 import com.android.systemui.statusbar.notification.NotificationEntryManager;
51 private final NotificationEntryManager mEntryManager =
52 Dependency.get(NotificationEntryManager.class);
DSmartReplyController.java24 import com.android.systemui.statusbar.notification.NotificationEntryManager;
40 private final NotificationEntryManager mEntryManager;
45 public SmartReplyController(NotificationEntryManager entryManager, in SmartReplyController()
DNotificationLockscreenUserManagerImpl.java49 import com.android.systemui.statusbar.notification.NotificationEntryManager;
75 private NotificationEntryManager mEntryManager;
167 private NotificationEntryManager getEntryManager() { in getEntryManager()
169 mEntryManager = Dependency.get(NotificationEntryManager.class); in getEntryManager()
DNotificationViewHierarchyManager.java34 import com.android.systemui.statusbar.notification.NotificationEntryManager;
76 private final NotificationEntryManager mEntryManager;
106 NotificationEntryManager notificationEntryManager, in NotificationViewHierarchyManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallbackTest.java37 import com.android.systemui.statusbar.notification.NotificationEntryManager;
54 @Mock private NotificationEntryManager mEntryManager;
65 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java31 import com.android.systemui.statusbar.notification.NotificationEntryManager;
79 NotificationEntryManager entryManager = Dependency.get(NotificationEntryManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
DNotificationListenerTest.java39 import com.android.systemui.statusbar.notification.NotificationEntryManager;
61 @Mock private NotificationEntryManager mEntryManager;
71 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager); in setUp()
DSmartReplyControllerTest.java41 import com.android.systemui.statusbar.notification.NotificationEntryManager;
71 @Mock private NotificationEntryManager mNotificationEntryManager;
77 mDependency.injectTestDependency(NotificationEntryManager.class, in setUp()
DNotificationLockscreenUserManagerTest.java48 import com.android.systemui.statusbar.notification.NotificationEntryManager;
70 @Mock private NotificationEntryManager mEntryManager;
81 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager); in setUp()
DNotificationRemoteInputManagerTest.java28 import com.android.systemui.statusbar.notification.NotificationEntryManager;
59 @Mock private NotificationEntryManager mEntryManager;
203 NotificationEntryManager notificationEntryManager, in TestableNotificationRemoteInputManager()
DNotificationViewHierarchyManagerTest.java47 import com.android.systemui.statusbar.notification.NotificationEntryManager;
79 @Mock private NotificationEntryManager mEntryManager;
98 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java46 import com.android.systemui.statusbar.notification.NotificationEntryManager;
79 @Mock private NotificationEntryManager mEntryManager;
91 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager); in setUp()
170 NotificationEntryManager entryManager, in TestableNotificationLogger()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/
DCarSystemUIFactory.java27 import com.android.systemui.statusbar.notification.NotificationEntryManager;
102 public NotificationEntryManager provideNotificationEntryManager(Context context) { in provideNotificationEntryManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationListController.java39 private final NotificationEntryManager mEntryManager;
45 NotificationEntryManager entryManager, in NotificationListController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java28 import com.android.systemui.statusbar.notification.NotificationEntryManager;
47 NotificationEntryManager notificationEntryManager) { in ForegroundServiceNotificationListener()
DSystemUIFactory.java49 import com.android.systemui.statusbar.notification.NotificationEntryManager;
190 public NotificationEntryManager provideNotificationEntryManager(Context context) { in provideNotificationEntryManager()
191 return new NotificationEntryManager(context); in provideNotificationEntryManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java32 import com.android.systemui.statusbar.notification.NotificationEntryManager;
142 Dependency.get(NotificationEntryManager.class).updateNotifications(); in dismissCurrentBlockingHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinder.java23 import com.android.systemui.statusbar.notification.NotificationEntryManager;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManagerTest.java46 import com.android.systemui.statusbar.notification.NotificationEntryManager;
68 @Mock private NotificationEntryManager mEntryManager;
84 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java35 import com.android.systemui.statusbar.notification.NotificationEntryManager;
78 private NotificationEntryManager mEntryManager;
88 public void bind(NotificationEntryManager entryManager, in bind()
DNotificationIconAreaController.java28 import com.android.systemui.statusbar.notification.NotificationEntryManager;
47 private final NotificationEntryManager mEntryManager;
81 mEntryManager = Dependency.get(NotificationEntryManager.class); in NotificationIconAreaController()
DStatusBarNotificationActivityStarter.java65 import com.android.systemui.statusbar.notification.NotificationEntryManager;
89 private final NotificationEntryManager mEntryManager;
115 NotificationEntryManager entryManager, in StatusBarNotificationActivityStarter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java40 import com.android.systemui.statusbar.notification.NotificationEntryManager;
72 private final NotificationEntryManager mEntryManager;
198 NotificationEntryManager entryManager, in NotificationLogger()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java25 import static com.android.systemui.statusbar.notification.NotificationEntryManager.UNDEFINED_DISMIS…
64 import com.android.systemui.statusbar.notification.NotificationEntryManager;
95 private NotificationEntryManager mNotificationEntryManager;
142 mDependency.injectTestDependency(NotificationEntryManager.class, mNotificationEntryManager); in setUp()

12