Searched refs:inflateSmartReplyState (Results 1 – 6 of 6) sorted by relevance
102 fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState in inflateSmartReplyState() method122 override fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState = in inflateSmartReplyState() method in com.android.systemui.statusbar.policy.SmartReplyStateInflaterImpl
114 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) {
92 override fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState { in <lambda>() method in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImplTest
709 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) { in inflateSmartReplyState() method in NotificationTestHelper.MockSmartReplyInflater
359 result.inflatedSmartReplyState = inflater.inflateSmartReplyState(entry); in inflateSmartReplyViews()
607 result.inflatedSmartReplyState = inflater.inflateSmartReplyState(entry) in <lambda>()