Searched refs:NotificationContentInflater (Results 1 – 5 of 5) sorted by relevance
89 private NotificationContentInflater mNotificationInflater;136 mNotificationInflater = new NotificationContentInflater( in setUp()231 NotificationContentInflater.InflationProgress result = in testInflationIsRetriedIfAsyncFails()232 new NotificationContentInflater.InflationProgress(); in testInflationIsRetriedIfAsyncFails()235 NotificationContentInflater.applyRemoteView( in testInflationIsRetriedIfAsyncFails()259 new NotificationContentInflater.ApplyCallback() { in testInflationIsRetriedIfAsyncFails()283 NotificationContentInflater.canReapplyRemoteView(mediaView, decoratedMediaView)); in doesntReapplyDisallowedRemoteView()359 String result = NotificationContentInflater.isValidView(view, mRow.getEntry(), in testNotificationViewHeightTooSmallFailsValidation()370 String result = NotificationContentInflater.isValidView(view, mRow.getEntry(), in testNotificationViewPassesValidation()385 private static void inflateAndWait(NotificationContentInflater inflater, in inflateAndWait()[all …]
207 : new NotificationContentInflater( in NotificationTestHelper()
40 Provider<NotificationContentInflater> legacyImpl, in provideNotificationRowContentBinder()
82 public class NotificationContentInflater implements NotificationRowContentBinder { class99 NotificationContentInflater( in NotificationContentInflater() method in NotificationContentInflater
38 …description: "Convert the NotificationContentInflater to Kotlin and restructure it to support mode…