Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DStatusBarModule.java20 import com.android.systemui.statusbar.notification.row.NotificationRowModule;
27 NotificationsModule.class, NotificationRowModule.class})
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationRowModule.java28 public abstract class NotificationRowModule { class