Home
last modified time | relevance | path

Searched refs:newSmartRepliesAndActions (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java88 SmartRepliesAndActions newSmartRepliesAndActions = in inflate() local
90 if (!shouldShowSmartReplyView(entry, newSmartRepliesAndActions)) { in inflate()
92 null /* smartSuggestionButtons */, newSmartRepliesAndActions); in inflate()
99 !areSuggestionsSimilar(existingSmartRepliesAndActions, newSmartRepliesAndActions); in inflate()
104 if (newSmartRepliesAndActions.smartReplies != null) { in inflate()
106 newSmartRepliesAndActions.smartReplies, smartReplyController, entry, in inflate()
109 if (newSmartRepliesAndActions.smartActions != null) { in inflate()
111 smartReplyView.inflateSmartActions(newSmartRepliesAndActions.smartActions, in inflate()
117 newSmartRepliesAndActions); in inflate()