Home
last modified time | relevance | path

Searched refs:NotificationsController (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsController.kt32 interface NotificationsController { regex
H A DNotificationsControllerStub.kt33 ) : NotificationsController {
H A DNotificationsControllerImpl.kt73 ) : NotificationsController {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java55 import com.android.systemui.statusbar.notification.init.NotificationsController;
158 static NotificationsController provideNotificationsController( in provideNotificationsController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java86 import com.android.systemui.statusbar.notification.init.NotificationsController;
124 @Mock private NotificationsController mNotificationsController;
H A DNotificationStackScrollLayoutTest.java84 import com.android.systemui.statusbar.notification.init.NotificationsController;
117 @Mock private NotificationsController mNotificationsController;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java110 import com.android.systemui.statusbar.notification.init.NotificationsController;
156 private final NotificationsController mNotificationsController;
634 NotificationsController notificationsController, in NotificationStackScrollLayoutController()
H A DNotificationStackScrollLayout.java109 import com.android.systemui.statusbar.notification.init.NotificationsController;
321 private NotificationsController mNotificationsController;
4656 public void setNotificationsController(NotificationsController notificationsController) { in setNotificationsController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java164 import com.android.systemui.statusbar.notification.init.NotificationsController;
221 @Mock private NotificationsController mNotificationsController;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java223 import com.android.systemui.statusbar.notification.init.NotificationsController;
473 private final NotificationsController mNotificationsController;
678 NotificationsController notificationsController, in CentralSurfacesImpl()