Home
last modified time | relevance | path

Searched refs:NotifLayoutInflaterFactory (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotifLayoutInflaterFactory.kt33 class NotifLayoutInflaterFactory class
86 ): NotifLayoutInflaterFactory
DNotificationContentInflater.java93 private final NotifLayoutInflaterFactory.Provider mNotifLayoutInflaterFactoryProvider;
106 NotifLayoutInflaterFactory.Provider notifLayoutInflaterFactoryProvider, in NotificationContentInflater()
380 NotifLayoutInflaterFactory.Provider notifLayoutInflaterFactoryProvider, in createRemoteViews()
441 NotifLayoutInflaterFactory.Provider notifLayoutInflaterFactoryProvider) { in setNotifsViewsInflaterFactory()
453 NotifLayoutInflaterFactory notifLayoutInflaterFactory) { in setRemoteViewsInflaterFactory()
1083 private final NotifLayoutInflaterFactory.Provider mNotifLayoutInflaterFactoryProvider;
1102 NotifLayoutInflaterFactory.Provider notifLayoutInflaterFactoryProvider,
DNotificationRowContentBinderImpl.kt91 private val notifLayoutInflaterFactoryProvider: NotifLayoutInflaterFactory.Provider, in <lambda>()
363 private val notifLayoutInflaterFactoryProvider: NotifLayoutInflaterFactory.Provider, in <lambda>()
643 notifLayoutInflaterFactoryProvider: NotifLayoutInflaterFactory.Provider, in <lambda>()
707 notifLayoutInflaterFactoryProvider: NotifLayoutInflaterFactory.Provider, in <lambda>()
783 provider: NotifLayoutInflaterFactory.Provider in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotifLayoutInflaterFactoryTest.kt45 private lateinit var inflaterFactory: NotifLayoutInflaterFactory in <lambda>()
156 NotifLayoutInflaterFactory( in <lambda>()
DNotificationContentInflaterTest.java99 @Mock private NotifLayoutInflaterFactory.Provider mNotifLayoutInflaterFactoryProvider;
101 @Mock private NotifLayoutInflaterFactory mNotifLayoutInflaterFactory;
DNotificationRowContentBinderImplTest.kt77 private var mNotifLayoutInflaterFactoryProvider: NotifLayoutInflaterFactory.Provider = mock() in <lambda>()
79 private var mNotifLayoutInflaterFactory: NotifLayoutInflaterFactory = mock() in <lambda>()
DNotificationTestHelper.java204 mock(NotifLayoutInflaterFactory.Provider.class), in NotificationTestHelper()
214 mock(NotifLayoutInflaterFactory.Provider.class), in NotificationTestHelper()