Home
last modified time | relevance | path

Searched refs:NotificationRowModule (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DCentralSurfacesModule.java20 import com.android.systemui.statusbar.notification.row.NotificationRowModule;
27 NotificationsModule.class, NotificationRowModule.class})
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvSysUIComponent.java29 import com.android.systemui.statusbar.notification.row.NotificationRowModule;
44 NotificationRowModule.class,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationRowModule.java37 public abstract class NotificationRowModule { class
H A DNotifLayoutInflaterFactory.kt26 import com.android.systemui.statusbar.notification.row.NotificationRowModule.NOTIF_REMOTEVIEWS_FACT…