/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationPresenterModule.java | 19 import com.android.systemui.statusbar.NotificationPresenter; 27 abstract NotificationPresenter bindPresenter(StatusBarNotificationPresenter impl); in bindPresenter()
|
H A D | CentralSurfaces.java | 47 import com.android.systemui.statusbar.NotificationPresenter; 211 NotificationPresenter getPresenter(); in getPresenter()
|
H A D | StatusBarNotificationPresenter.java | 46 import com.android.systemui.statusbar.NotificationPresenter; 68 class StatusBarNotificationPresenter implements NotificationPresenter, CommandQueue.Callbacks {
|
H A D | StatusBarNotificationActivityStarter.java | 66 import com.android.systemui.statusbar.NotificationPresenter; 126 private final NotificationPresenter mPresenter; 163 NotificationPresenter presenter, in StatusBarNotificationActivityStarter()
|
H A D | CentralSurfacesImpl.java | 208 import com.android.systemui.statusbar.NotificationPresenter; 627 private final Lazy<NotificationPresenter> mPresenterLazy; 729 Lazy<NotificationPresenter> notificationPresenterLazy, in CentralSurfacesImpl() 1744 public NotificationPresenter getPresenter() { in getPresenter()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ |
H A D | NotificationsController.kt | 21 import com.android.systemui.statusbar.NotificationPresenter 34 presenter: NotificationPresenter,
|
H A D | NotificationsControllerStub.kt | 22 import com.android.systemui.statusbar.NotificationPresenter 36 presenter: NotificationPresenter,
|
H A D | NotificationsControllerImpl.kt | 26 import com.android.systemui.statusbar.NotificationPresenter 76 presenter: NotificationPresenter,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | HeadsUpViewBinder.java | 28 import com.android.systemui.statusbar.NotificationPresenter; 54 private NotificationPresenter mNotificationPresenter; 68 public void setPresenter(NotificationPresenter presenter) { in setPresenter()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeController.java | 23 import com.android.systemui.statusbar.NotificationPresenter; 171 default void setNotificationPresenter(NotificationPresenter presenter) {} in setNotificationPresenter()
|
H A D | ShadeControllerImpl.java | 34 import com.android.systemui.statusbar.NotificationPresenter; 77 private NotificationPresenter mPresenter; 401 public void setNotificationPresenter(NotificationPresenter presenter) { in setNotificationPresenter()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationPresenter.java | 27 public interface NotificationPresenter extends ExpandableNotificationRow.OnExpandClickListener { interface
|
H A D | NotificationLockscreenUserManager.java | 43 void setUpWithPresenter(NotificationPresenter presenter); in setUpWithPresenter()
|
H A D | NotificationLockscreenUserManagerImpl.java | 221 protected NotificationPresenter mPresenter; 266 public void setUpWithPresenter(NotificationPresenter presenter) { in setUpWithPresenter()
|
H A D | NotificationMediaManager.java | 140 protected NotificationPresenter mPresenter; 317 public void setUpWithPresenter(NotificationPresenter presenter) { in setUpWithPresenter()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
H A D | NotificationRowBinderImpl.java | 35 import com.android.systemui.statusbar.NotificationPresenter; 72 private NotificationPresenter mPresenter; 106 public void setUpWithPresenter(NotificationPresenter presenter, in setUpWithPresenter()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationGutsManager.java | 59 import com.android.systemui.statusbar.NotificationPresenter; 105 private NotificationPresenter mPresenter; 177 public void setUpWithPresenter(NotificationPresenter presenter, in setUpWithPresenter()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationActivityStarterTest.java | 81 import com.android.systemui.statusbar.NotificationPresenter; 255 mock(NotificationPresenter.class), in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationGutsManagerTest.java | 77 import com.android.systemui.statusbar.NotificationPresenter; 119 @Mock private NotificationPresenter mPresenter;
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationLockscreenUserManagerTest.java | 79 private NotificationPresenter mPresenter;
|