Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
H A DExpandableNotificationRowComponent.java40 @Subcomponent(modules = {ExpandableNotificationRowComponent.ExpandableNotificationRowModule.class,
43 public interface ExpandableNotificationRowComponent { interface
61 ExpandableNotificationRowComponent build(); in build()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java43 import com.android.systemui.statusbar.notification.row.dagger.ExpandableNotificationRowComponent;
62 private final ExpandableNotificationRowComponent.Builder
81 ExpandableNotificationRowComponent.Builder expandableNotificationRowComponentBuilder, in NotificationRowBinderImpl()
134 ExpandableNotificationRowComponent component = in inflateViews()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java63 import com.android.systemui.statusbar.notification.row.dagger.ExpandableNotificationRowComponent;
129 ExpandableNotificationRowComponent.class,
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationEntryManagerInflationTest.java82 import com.android.systemui.statusbar.notification.row.dagger.ExpandableNotificationRowComponent;
137 private ExpandableNotificationRowComponent.Builder mExpandableNotificationRowComponentBuilder;
138 @Mock private ExpandableNotificationRowComponent mExpandableNotificationRowComponent;