Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java103 List<Button> suggestionButtons = new ArrayList<>(); in inflate() local
105 suggestionButtons.addAll(smartReplyView.inflateRepliesFromRemoteInput( in inflate()
110 suggestionButtons.addAll( in inflate()
116 return new InflatedSmartReplies(smartReplyView, suggestionButtons, in inflate()