Searched refs:inflateSmartReplyState (Results 1 – 5 of 5) sorted by relevance
88 fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState in inflateSmartReplyState() method108 override fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState = in inflateSmartReplyState() method in com.android.systemui.statusbar.policy.SmartReplyStateInflaterImpl
105 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) {
509 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) { in inflateSmartReplyState() method in NotificationTestHelper.MockSmartReplyInflater
217 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) { in setUp()
280 result.inflatedSmartReplyState = inflater.inflateSmartReplyState(entry); in inflateSmartReplyViews()