Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationEntryProcessorFactoryLooperImpl.kt26 class NotificationEntryProcessorFactoryLooperImpl class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java78 import com.android.systemui.statusbar.notification.row.NotificationEntryProcessorFactoryLooperImpl;
242 NotificationEntryProcessorFactoryLooperImpl factoryImpl); in bindNotificationEntryProcessorFactory()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java238 processorFactory = new NotificationEntryProcessorFactoryLooperImpl(looper); in NotificationTestHelper()