/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/ |
D | CarNotificationEntryManager.java | 22 import com.android.systemui.statusbar.notification.NotificationEntryManager; 34 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; 55 private final NotificationEntryManager mEntryManager = 56 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; 79 private NotificationEntryManager mEntryManager; 171 private NotificationEntryManager getEntryManager() { in getEntryManager() 173 mEntryManager = Dependency.get(NotificationEntryManager.class); in getEntryManager()
|
D | NotificationViewHierarchyManager.java | 34 import com.android.systemui.statusbar.notification.NotificationEntryManager; 77 private final NotificationEntryManager mEntryManager; 108 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 | 42 import com.android.systemui.statusbar.notification.NotificationEntryManager; 72 @Mock private NotificationEntryManager mNotificationEntryManager; 79 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 | 30 import com.android.systemui.statusbar.notification.NotificationEntryManager; 63 @Mock private NotificationEntryManager mEntryManager; 207 NotificationEntryManager notificationEntryManager, in TestableNotificationRemoteInputManager()
|
D | NotificationViewHierarchyManagerTest.java | 47 import com.android.systemui.statusbar.notification.NotificationEntryManager; 80 @Mock private NotificationEntryManager mEntryManager; 99 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 | CarSystemUIModule.java | 32 import com.android.systemui.statusbar.notification.NotificationEntryManager; 64 abstract NotificationEntryManager bindNotificationEntryManager( in bindNotificationEntryManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationListController.java | 39 private final NotificationEntryManager mEntryManager; 45 NotificationEntryManager entryManager, in NotificationListController()
|
D | BypassHeadsUpNotifier.kt | 49 private lateinit var entryManager: NotificationEntryManager in <lambda>() 73 fun setUp(entryManager: NotificationEntryManager) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServiceNotificationListener.java | 28 import com.android.systemui.statusbar.notification.NotificationEntryManager; 47 NotificationEntryManager notificationEntryManager) { in ForegroundServiceNotificationListener()
|
/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/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/notification/collection/ |
D | NotificationRowBinder.java | 23 import com.android.systemui.statusbar.notification.NotificationEntryManager;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupAlertTransferHelper.java | 33 import com.android.systemui.statusbar.notification.NotificationEntryManager; 74 private NotificationEntryManager mEntryManager; 84 public void bind(NotificationEntryManager entryManager, in bind()
|
D | StatusBarNotificationActivityStarter.java | 65 import com.android.systemui.statusbar.notification.NotificationEntryManager; 89 private final NotificationEntryManager mEntryManager; 115 NotificationEntryManager entryManager, in StatusBarNotificationActivityStarter()
|
D | StatusBarNotificationPresenter.java | 65 import com.android.systemui.statusbar.notification.NotificationEntryManager; 99 private final NotificationEntryManager mEntryManager = 100 Dependency.get(NotificationEntryManager.class);
|
/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/ |
D | ForegroundServiceControllerTest.java | 41 import com.android.systemui.statusbar.notification.NotificationEntryManager; 62 NotificationEntryManager notificationEntryManager = mock(NotificationEntryManager.class); in setUp()
|