Searched refs:mNotificationRowComponentBuilder (Results 1 – 2 of 2) sorted by relevance
44 private final NotificationRowComponent.Builder mNotificationRowComponentBuilder; field in SuperStatusBarViewFactory58 mNotificationRowComponentBuilder = notificationRowComponentBuilder; in SuperStatusBarViewFactory()126 NotificationRowComponent component = mNotificationRowComponentBuilder in getNotificationShelf()
135 @Mock private NotificationRowComponent.Builder mNotificationRowComponentBuilder; field in NotificationEntryManagerInflationTest250 when(mNotificationRowComponentBuilder.activatableNotificationView(any())) in setUp()251 .thenReturn(mNotificationRowComponentBuilder); in setUp()252 when(mNotificationRowComponentBuilder.build()).thenReturn( in setUp()