/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
D | NotificationsModule.java | 39 import com.android.systemui.statusbar.notification.NotificationEntryManager; 81 static NotificationEntryManager provideNotificationEntryManager( in provideNotificationEntryManager() 85 NotificationEntryManager.KeyguardEnvironment keyguardEnvironment, in provideNotificationEntryManager() 91 return new NotificationEntryManager( in provideNotificationEntryManager() 144 NotificationEntryManager notificationEntryManager, Handler handler) { in provideVisualStabilityManager() 154 NotificationEntryManager entryManager, in provideNotificationLogger() 180 NotificationEntryManager notificationEntryManager, in provideNotificationBlockingHelperManager() 208 NotificationEntryManager entryManager) { in provideCommonNotifCollection()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
D | StatusBarDependenciesModule.java | 40 import com.android.systemui.statusbar.notification.NotificationEntryManager; 73 NotificationEntryManager notificationEntryManager, in provideNotificationRemoteInputManager() 100 NotificationEntryManager notificationEntryManager, in provideNotificationMediaManager() 133 NotificationEntryManager entryManager, in provideSmartReplyController() 149 NotificationEntryManager notificationEntryManager, in provideNotificationViewHierarchyManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | SmartReplyController.java | 25 import com.android.systemui.statusbar.notification.NotificationEntryManager; 37 private final NotificationEntryManager mEntryManager; 45 public SmartReplyController(NotificationEntryManager entryManager, in SmartReplyController()
|
D | NotificationInteractionTracker.kt | 3 import com.android.systemui.statusbar.notification.NotificationEntryManager 16 private val entryManager: NotificationEntryManager
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarRemoteInputCallbackTest.java | 38 import com.android.systemui.statusbar.notification.NotificationEntryManager; 52 @Mock private NotificationEntryManager mEntryManager; 67 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager); in setUp()
|
D | StatusBarNotificationPresenterTest.java | 53 import com.android.systemui.statusbar.notification.NotificationEntryManager; 109 NotificationEntryManager entryManager = in setup() 110 mDependency.injectMockDependency(NotificationEntryManager.class); in setup()
|
D | NotificationShadeWindowViewTest.java | 45 import com.android.systemui.statusbar.notification.NotificationEntryManager; 77 @Mock private NotificationEntryManager mNotificationEntryManager;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationListController.java | 34 private final NotificationEntryManager mEntryManager; 39 NotificationEntryManager entryManager, in NotificationListController()
|
D | NotificationFilter.java | 54 private NotificationEntryManager.KeyguardEnvironment mEnvironment; 67 private NotificationEntryManager.KeyguardEnvironment getEnvironment() { in getEnvironment() 69 mEnvironment = Dependency.get(NotificationEntryManager.KeyguardEnvironment.class); in getEnvironment()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LightsOutNotifController.java | 34 import com.android.systemui.statusbar.notification.NotificationEntryManager; 51 private final NotificationEntryManager mEntryManager; 62 NotificationEntryManager entryManager, in LightsOutNotifController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NonPhoneDependencyTest.java | 31 import com.android.systemui.statusbar.notification.NotificationEntryManager; 77 NotificationEntryManager entryManager = Dependency.get(NotificationEntryManager.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
|
D | SmartReplyControllerTest.java | 42 import com.android.systemui.statusbar.notification.NotificationEntryManager; 74 @Mock private NotificationEntryManager mNotificationEntryManager; 83 mDependency.injectTestDependency(NotificationEntryManager.class, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBlockingHelperManager.java | 30 import com.android.systemui.statusbar.notification.NotificationEntryManager; 49 private final NotificationEntryManager mNotificationEntryManager; 67 NotificationEntryManager notificationEntryManager, in NotificationBlockingHelperManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputUriController.java | 27 import com.android.systemui.statusbar.notification.NotificationEntryManager; 52 public void attach(NotificationEntryManager manager) { in attach()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServiceNotificationListener.java | 29 import com.android.systemui.statusbar.notification.NotificationEntryManager; 47 private final NotificationEntryManager mEntryManager; 52 NotificationEntryManager notificationEntryManager, in ForegroundServiceNotificationListener()
|
D | ForegroundServiceController.java | 28 import com.android.systemui.statusbar.notification.NotificationEntryManager; 50 private final NotificationEntryManager mEntryManager; 54 public ForegroundServiceController(NotificationEntryManager entryManager, in ForegroundServiceController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | TestableBubbleController.java | 30 import com.android.systemui.statusbar.notification.NotificationEntryManager; 56 NotificationEntryManager entryManager, in TestableBubbleController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/dagger/ |
D | BubbleModule.java | 33 import com.android.systemui.statusbar.notification.NotificationEntryManager; 67 NotificationEntryManager entryManager, in newBubbleController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | BypassHeadsUpNotifier.kt | 27 import com.android.systemui.statusbar.notification.NotificationEntryManager in <lambda>() 47 private val entryManager: NotificationEntryManager, in <lambda>()
|
D | HeadsUpController.java | 30 import com.android.systemui.statusbar.notification.NotificationEntryManager; 77 NotificationEntryManager entryManager, in attach()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
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()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationListControllerTest.java | 19 import static com.android.systemui.statusbar.notification.NotificationEntryManager.UNDEFINED_DISMIS… 56 @Mock private NotificationEntryManager mEntryManager;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
D | CommonNotifCollection.java | 19 import com.android.systemui.statusbar.notification.NotificationEntryManager;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | ForegroundServiceSectionController.kt | 34 import com.android.systemui.statusbar.notification.NotificationEntryManager in <lambda>() 47 val entryManager: NotificationEntryManager, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
D | NotificationRowBinder.java | 23 import com.android.systemui.statusbar.notification.NotificationEntryManager;
|