Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java93 private final NotifLayoutInflaterFactory.Provider mNotifLayoutInflaterFactoryProvider; field in NotificationContentInflater
116 mNotifLayoutInflaterFactoryProvider = notifLayoutInflaterFactoryProvider; in NotificationContentInflater()
166 mNotifLayoutInflaterFactoryProvider, in bindContent()
193 mNotifLayoutInflaterFactoryProvider, in inflateNotificationViews()
1083 private final NotifLayoutInflaterFactory.Provider mNotifLayoutInflaterFactoryProvider;
1120 mNotifLayoutInflaterFactoryProvider = notifLayoutInflaterFactoryProvider;
1186 mNotifLayoutInflaterFactoryProvider, mHeadsUpStyleProvider, mLogger);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java99 @Mock private NotifLayoutInflaterFactory.Provider mNotifLayoutInflaterFactoryProvider; field in NotificationContentInflaterTest
133 when(mNotifLayoutInflaterFactoryProvider.provide(any(), anyInt())) in setUp()
143 mNotifLayoutInflaterFactoryProvider, in setUp()
DNotificationRowContentBinderImplTest.kt77 private var mNotifLayoutInflaterFactoryProvider: NotifLayoutInflaterFactory.Provider = mock() in <lambda>() variable in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImplTest
109 whenever(mNotifLayoutInflaterFactoryProvider.provide(any(), any())) in <lambda>()
118 mNotifLayoutInflaterFactoryProvider, in <lambda>()