/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/ |
D | CarNotificationEntryManager.java | 22 import com.android.systemui.statusbar.notification.NotificationEntryManager; 30 public class CarNotificationEntryManager extends NotificationEntryManager {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationListener.java | 20 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);
|
D | SmartReplyController.java | 24 import com.android.systemui.statusbar.notification.NotificationEntryManager; 40 private final NotificationEntryManager mEntryManager; 45 public SmartReplyController(NotificationEntryManager entryManager, in SmartReplyController()
|
D | NotificationLockscreenUserManagerImpl.java | 49 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()
|
D | NotificationViewHierarchyManager.java | 34 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/ |
D | StatusBarRemoteInputCallbackTest.java | 37 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/ |
D | NonPhoneDependencyTest.java | 31 import com.android.systemui.statusbar.notification.NotificationEntryManager; 79 NotificationEntryManager entryManager = Dependency.get(NotificationEntryManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
|
D | NotificationListenerTest.java | 39 import com.android.systemui.statusbar.notification.NotificationEntryManager; 61 @Mock private NotificationEntryManager mEntryManager; 71 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager); in setUp()
|
D | SmartReplyControllerTest.java | 41 import com.android.systemui.statusbar.notification.NotificationEntryManager; 71 @Mock private NotificationEntryManager mNotificationEntryManager; 77 mDependency.injectTestDependency(NotificationEntryManager.class, in setUp()
|
D | NotificationLockscreenUserManagerTest.java | 48 import com.android.systemui.statusbar.notification.NotificationEntryManager; 70 @Mock private NotificationEntryManager mEntryManager; 81 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager); in setUp()
|
D | NotificationRemoteInputManagerTest.java | 28 import com.android.systemui.statusbar.notification.NotificationEntryManager; 59 @Mock private NotificationEntryManager mEntryManager; 203 NotificationEntryManager notificationEntryManager, in TestableNotificationRemoteInputManager()
|
D | NotificationViewHierarchyManagerTest.java | 47 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/ |
D | NotificationLoggerTest.java | 46 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/ |
D | CarSystemUIFactory.java | 27 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/ |
D | NotificationListController.java | 39 private final NotificationEntryManager mEntryManager; 45 NotificationEntryManager entryManager, in NotificationListController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServiceNotificationListener.java | 28 import com.android.systemui.statusbar.notification.NotificationEntryManager; 47 NotificationEntryManager notificationEntryManager) { in ForegroundServiceNotificationListener()
|
D | SystemUIFactory.java | 49 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/ |
D | NotificationBlockingHelperManager.java | 32 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/ |
D | NotificationRowBinder.java | 23 import com.android.systemui.statusbar.notification.NotificationEntryManager;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBlockingHelperManagerTest.java | 46 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/ |
D | NotificationGroupAlertTransferHelper.java | 35 import com.android.systemui.statusbar.notification.NotificationEntryManager; 78 private NotificationEntryManager mEntryManager; 88 public void bind(NotificationEntryManager entryManager, in bind()
|
D | NotificationIconAreaController.java | 28 import com.android.systemui.statusbar.notification.NotificationEntryManager; 47 private final NotificationEntryManager mEntryManager; 81 mEntryManager = Dependency.get(NotificationEntryManager.class); in NotificationIconAreaController()
|
D | StatusBarNotificationActivityStarter.java | 65 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/ |
D | NotificationLogger.java | 40 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/ |
D | BubbleControllerTest.java | 25 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()
|