HomeSort by relevance Sort by last modified time
    Searched refs:NotificationEntryManager (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/car/
CarNotificationEntryManager.java 23 import com.android.systemui.statusbar.NotificationEntryManager;
25 public class CarNotificationEntryManager extends NotificationEntryManager {
CarSystemUIFactory.java 26 import com.android.systemui.statusbar.NotificationEntryManager;
47 providers.put(NotificationEntryManager.class,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationPresenter.java 33 NotificationEntryManager.Callback {
AppOpsListener.java 38 protected NotificationEntryManager mEntryManager;
51 NotificationEntryManager entryManager) {
SmartReplyController.java 40 NotificationEntryManager notificationEntryManager
41 = Dependency.get(NotificationEntryManager.class);
43 notificationEntryManager.rebuildNotificationWithRemoteInput(entry, reply,
45 notificationEntryManager.updateNotification(newSbn, null /* ranking */);
NotificationListener.java 47 protected NotificationEntryManager mEntryManager;
133 NotificationEntryManager entryManager) {
NotificationBlockingHelperManager.java 127 Dependency.get(NotificationEntryManager.class).updateNotifications();
NotificationLogger.java 56 protected NotificationEntryManager mEntryManager;
144 public void setUpWithEntryManager(NotificationEntryManager entryManager,
196 // TODO: Call NotificationEntryManager to do this, once it exists.
NotificationMediaManager.java 47 protected NotificationEntryManager mEntryManager;
87 NotificationEntryManager entryManager) {
NotificationViewHierarchyManager.java 66 private NotificationEntryManager mEntryManager;
76 NotificationEntryManager entryManager, NotificationListContainer listContainer) {
NotificationGutsManager.java 79 protected NotificationEntryManager mEntryManager;
94 NotificationEntryManager entryManager, NotificationListContainer listContainer,
NotificationLockscreenUserManager.java 152 protected NotificationEntryManager mEntryManager;
167 NotificationEntryManager entryManager) {
NotificationRemoteInputManager.java 85 protected NotificationEntryManager mEntryManager;
277 NotificationEntryManager entryManager,
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NonPhoneDependencyTest.java 51 @Mock private NotificationEntryManager.Callback mEntryManagerCallback;
66 NotificationEntryManager entryManager = Dependency.get(NotificationEntryManager.class);
NotificationRemoteInputManagerTest.java 45 @Mock private NotificationEntryManager mEntryManager;
55 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager);
111 NotificationEntryManager entryManager,
AppOpsListenerTest.java 50 @Mock private NotificationEntryManager mEntryManager;
58 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager);
NotificationListenerTest.java 58 @Mock private NotificationEntryManager mEntryManager;
67 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager);
NotificationLoggerTest.java 67 @Mock private NotificationEntryManager mEntryManager;
78 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager);
SmartReplyControllerTest.java 56 private NotificationEntryManager mNotificationEntryManager;
64 mDependency.injectTestDependency(NotificationEntryManager.class,
89 // Sending smart reply should make calls to NotificationEntryManager
NotificationBlockingHelperManagerTest.java 63 @Mock private NotificationEntryManager mEntryManager;
78 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager);
NotificationLockscreenUserManagerTest.java 62 @Mock private NotificationEntryManager mEntryManager;
71 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager);
NotificationViewHierarchyManagerTest.java 60 @Mock private NotificationEntryManager mEntryManager;
71 mDependency.injectTestDependency(NotificationEntryManager.class, mEntryManager);
NotificationEntryManagerTest.java 84 @Mock private NotificationEntryManager.Callback mCallback;
108 private class TestableNotificationEntryManager extends NotificationEntryManager {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIFactory.java 36 import com.android.systemui.statusbar.NotificationEntryManager;
149 providers.put(NotificationEntryManager.class, () -> new NotificationEntryManager(context));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconAreaController.java 19 import com.android.systemui.statusbar.NotificationEntryManager;
36 private final NotificationEntryManager mEntryManager;
55 mEntryManager = Dependency.get(NotificationEntryManager.class);

Completed in 945 milliseconds

1 2