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.java89 SmartRepliesAndActions newSmartRepliesAndActions = in inflate() local
91 if (!shouldShowSmartReplyView(entry, newSmartRepliesAndActions)) { in inflate()
93 null /* smartSuggestionButtons */, newSmartRepliesAndActions); in inflate()
100 !areSuggestionsSimilar(existingSmartRepliesAndActions, newSmartRepliesAndActions); in inflate()
105 if (newSmartRepliesAndActions.smartReplies != null) { in inflate()
107 newSmartRepliesAndActions.smartReplies, smartReplyController, entry, in inflate()
110 if (newSmartRepliesAndActions.smartActions != null) { in inflate()
113 newSmartRepliesAndActions.smartActions, smartReplyController, entry, in inflate()
118 newSmartRepliesAndActions); in inflate()