Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java85 private NotificationContentInflater mNotificationInflater;
125 mNotificationInflater = new NotificationContentInflater( in setUp()
217 NotificationContentInflater.InflationProgress result = in testInflationIsRetriedIfAsyncFails()
218 new NotificationContentInflater.InflationProgress(); in testInflationIsRetriedIfAsyncFails()
221 NotificationContentInflater.applyRemoteView( in testInflationIsRetriedIfAsyncFails()
244 new NotificationContentInflater.ApplyCallback() { in testInflationIsRetriedIfAsyncFails()
267 NotificationContentInflater.canReapplyRemoteView(mediaView, decoratedMediaView)); in doesntReapplyDisallowedRemoteView()
335 private static void inflateAndWait(NotificationContentInflater inflater, in inflateAndWait()
343 NotificationContentInflater inflater, in inflateAndWait()
H A DNotificationEntryManagerInflationTest.java214 NotificationContentInflater binder = new NotificationContentInflater( in setUp()
H A DNotificationTestHelper.java141 NotificationContentInflater contentBinder = new NotificationContentInflater( in NotificationTestHelper()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifInflaterImpl.java25 import com.android.systemui.statusbar.notification.row.NotificationContentInflater;
88 private NotificationContentInflater.InflationCallback wrapInflationCallback( in wrapInflationCallback()
90 return new NotificationContentInflater.InflationCallback() { in wrapInflationCallback()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindController.java19 import static com.android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONT…
20 import static com.android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONT…
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationRowModule.java35 NotificationContentInflater contentBinderImpl); in provideNotificationRowContentBinder()
H A DNotificationContentInflater.java67 public class NotificationContentInflater implements NotificationRowContentBinder { class
80 NotificationContentInflater( in NotificationContentInflater() method in NotificationContentInflater