Home
last modified time | relevance | path

Searched refs:NotificationPresenter (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenterModule.java19 import com.android.systemui.statusbar.NotificationPresenter;
27 abstract NotificationPresenter bindPresenter(StatusBarNotificationPresenter impl); in bindPresenter()
H A DCentralSurfaces.java47 import com.android.systemui.statusbar.NotificationPresenter;
211 NotificationPresenter getPresenter(); in getPresenter()
H A DStatusBarNotificationPresenter.java46 import com.android.systemui.statusbar.NotificationPresenter;
68 class StatusBarNotificationPresenter implements NotificationPresenter, CommandQueue.Callbacks {
H A DStatusBarNotificationActivityStarter.java66 import com.android.systemui.statusbar.NotificationPresenter;
126 private final NotificationPresenter mPresenter;
163 NotificationPresenter presenter, in StatusBarNotificationActivityStarter()
H A DCentralSurfacesImpl.java208 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 DNotificationsController.kt21 import com.android.systemui.statusbar.NotificationPresenter
34 presenter: NotificationPresenter,
H A DNotificationsControllerStub.kt22 import com.android.systemui.statusbar.NotificationPresenter
36 presenter: NotificationPresenter,
H A DNotificationsControllerImpl.kt26 import com.android.systemui.statusbar.NotificationPresenter
76 presenter: NotificationPresenter,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpViewBinder.java28 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 DShadeController.java23 import com.android.systemui.statusbar.NotificationPresenter;
171 default void setNotificationPresenter(NotificationPresenter presenter) {} in setNotificationPresenter()
H A DShadeControllerImpl.java34 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 DNotificationPresenter.java27 public interface NotificationPresenter extends ExpandableNotificationRow.OnExpandClickListener { interface
H A DNotificationLockscreenUserManager.java43 void setUpWithPresenter(NotificationPresenter presenter); in setUpWithPresenter()
H A DNotificationLockscreenUserManagerImpl.java221 protected NotificationPresenter mPresenter;
266 public void setUpWithPresenter(NotificationPresenter presenter) { in setUpWithPresenter()
H A DNotificationMediaManager.java140 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 DNotificationRowBinderImpl.java35 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 DNotificationGutsManager.java59 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 DStatusBarNotificationActivityStarterTest.java81 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 DNotificationGutsManagerTest.java77 import com.android.systemui.statusbar.NotificationPresenter;
119 @Mock private NotificationPresenter mPresenter;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerTest.java79 private NotificationPresenter mPresenter;