Home
last modified time | relevance | path

Searched refs:NotifShadeEventSource (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DShadeEventCoordinator.kt26 import com.android.systemui.statusbar.notification.collection.render.NotifShadeEventSource
39 ) : Coordinator, NotifShadeEventSource {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNotifShadeEventSource.kt23 interface NotifShadeEventSource { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java54 import com.android.systemui.statusbar.notification.collection.render.NotifShadeEventSource;
75 private final NotifShadeEventSource mNotifShadeEventSource;
115 NotifShadeEventSource notifShadeEventSource, in StatusBarNotificationPresenter()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenterTest.java55 import com.android.systemui.statusbar.notification.collection.render.NotifShadeEventSource;
124 mock(NotifShadeEventSource.class), in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java51 import com.android.systemui.statusbar.notification.collection.render.NotifShadeEventSource;
201 NotifShadeEventSource provideNotifShadeEventSource(ShadeEventCoordinator shadeEventCoordinator); in provideNotifShadeEventSource()
/aosp14/frameworks/base/packages/SystemUI/
H A Dktfmt_includes.txt361 …SystemUI/src/com/android/systemui/statusbar/notification/collection/render/NotifShadeEventSource.kt