Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSuperStatusBarViewFactory.java44 private final NotificationRowComponent.Builder mNotificationRowComponentBuilder; field in SuperStatusBarViewFactory
58 mNotificationRowComponentBuilder = notificationRowComponentBuilder; in SuperStatusBarViewFactory()
126 NotificationRowComponent component = mNotificationRowComponentBuilder in getNotificationShelf()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationEntryManagerInflationTest.java135 @Mock private NotificationRowComponent.Builder mNotificationRowComponentBuilder; field in NotificationEntryManagerInflationTest
250 when(mNotificationRowComponentBuilder.activatableNotificationView(any())) in setUp()
251 .thenReturn(mNotificationRowComponentBuilder); in setUp()
252 when(mNotificationRowComponentBuilder.build()).thenReturn( in setUp()