Home
last modified time | relevance | path

Searched refs:NotifBindPipeline (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotifBindPipelineInitializer.java28 NotifBindPipeline mNotifBindPipeline;
33 NotifBindPipeline pipeline, in NotifBindPipelineInitializer()
DBindRequester.java24 import com.android.systemui.statusbar.notification.row.NotifBindPipeline.BindCallback;
DNotifBindPipeline.java77 public final class NotifBindPipeline { class
85 NotifBindPipeline( in NotifBindPipeline() method in NotifBindPipeline
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpViewBinderTest.java38 import com.android.systemui.statusbar.notification.row.NotifBindPipeline;
72 AtomicReference<NotifBindPipeline.BindCallback> callback = new AtomicReference<>(); in testLoggingForStandardFlow()
113 AtomicReference<NotifBindPipeline.BindCallback> callback = new AtomicReference<>(); in testLoggingForAbortFlow()
137 AtomicReference<NotifBindPipeline.BindCallback> callback = new AtomicReference<>(); in testLoggingForEarlyUnbindFlow()
164 AtomicReference<NotifBindPipeline.BindCallback> callback = new AtomicReference<>(); in testLoggingForLateUnbindFlow()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotifBindPipelineTest.java36 import com.android.systemui.statusbar.notification.row.NotifBindPipeline.BindCallback;
55 private NotifBindPipeline mBindPipeline;
67 mBindPipeline = new NotifBindPipeline( in setUp()
DNotificationTestHelper.java139 private final NotifBindPipeline mBindPipeline;
241 mBindPipeline = new NotifBindPipeline( in NotificationTestHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java49 import com.android.systemui.statusbar.notification.row.NotifBindPipeline;
72 private final NotifBindPipeline mNotifBindPipeline;
91 NotifBindPipeline notifBindPipeline, in NotificationRowBinderImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpViewBinder.java31 import com.android.systemui.statusbar.notification.row.NotifBindPipeline.BindCallback;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt45 import com.android.systemui.statusbar.notification.row.NotifBindPipeline.BindCallback in <lambda>()