Searched refs:NotificationContentInflater (Results 1 – 6 of 6) sorted by relevance
87 private NotificationContentInflater mNotificationInflater;128 mNotificationInflater = new NotificationContentInflater( in setUp()222 NotificationContentInflater.InflationProgress result = in testInflationIsRetriedIfAsyncFails()223 new NotificationContentInflater.InflationProgress(); in testInflationIsRetriedIfAsyncFails()226 NotificationContentInflater.applyRemoteView( in testInflationIsRetriedIfAsyncFails()249 new NotificationContentInflater.ApplyCallback() { in testInflationIsRetriedIfAsyncFails()273 NotificationContentInflater.canReapplyRemoteView(mediaView, decoratedMediaView)); in doesntReapplyDisallowedRemoteView()347 String result = NotificationContentInflater.isValidView(view, mRow.getEntry(), in testNotificationViewHeightTooSmallFailsValidation()358 String result = NotificationContentInflater.isValidView(view, mRow.getEntry(), in testNotificationViewPassesValidation()373 private static void inflateAndWait(NotificationContentInflater inflater, in inflateAndWait()[all …]
171 NotificationContentInflater contentBinder = new NotificationContentInflater( in NotificationTestHelper()
26 import com.android.systemui.statusbar.notification.row.NotificationContentInflater;103 private NotificationContentInflater.InflationCallback wrapInflationCallback( in wrapInflationCallback()105 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…
47 NotificationContentInflater contentBinderImpl); in provideNotificationRowContentBinder()
71 public class NotificationContentInflater implements NotificationRowContentBinder { class86 NotificationContentInflater( in NotificationContentInflater() method in NotificationContentInflater