Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DCentralSurfacesModule.java20 import com.android.systemui.statusbar.notification.row.NotificationRowModule;
27 NotificationsModule.class, NotificationRowModule.class})
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
DTvSysUIComponent.java27 import com.android.systemui.statusbar.notification.row.NotificationRowModule;
43 NotificationRowModule.class,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowModule.java28 public abstract class NotificationRowModule { class