Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java63 mExpandableNotificationRowComponentBuilder; field in NotificationRowBinderImpl
91 mExpandableNotificationRowComponentBuilder = expandableNotificationRowComponentBuilder; in NotificationRowBinderImpl()
135 mExpandableNotificationRowComponentBuilder in inflateViews()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationEntryManagerInflationTest.java137 private ExpandableNotificationRowComponent.Builder mExpandableNotificationRowComponentBuilder; field in NotificationEntryManagerInflationTest
243 when(mExpandableNotificationRowComponentBuilder in setUp()
245 .thenReturn(mExpandableNotificationRowComponentBuilder); in setUp()
246 when(mExpandableNotificationRowComponentBuilder.build()) in setUp()
290 mExpandableNotificationRowComponentBuilder, in setUp()