Searched refs:NotificationContentInflater (Results 1 – 7 of 7) sorted by relevance
85 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()
214 NotificationContentInflater binder = new NotificationContentInflater( in setUp()
141 NotificationContentInflater contentBinder = new NotificationContentInflater( in NotificationTestHelper()
25 import com.android.systemui.statusbar.notification.row.NotificationContentInflater;88 private NotificationContentInflater.InflationCallback wrapInflationCallback( in wrapInflationCallback()90 return new NotificationContentInflater.InflationCallback() { in wrapInflationCallback()
19 import static com.android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONT…20 import static com.android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONT…
35 NotificationContentInflater contentBinderImpl); in provideNotificationRowContentBinder()
67 public class NotificationContentInflater implements NotificationRowContentBinder { class80 NotificationContentInflater( in NotificationContentInflater() method in NotificationContentInflater