Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplyViewHolder.kt26 val smartSuggestionButtons: List<Button>? constant in com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder
DSmartReplyView.java184 public void addPreInflatedButtons(List<Button> smartSuggestionButtons) { in addPreInflatedButtons() argument
185 for (Button button : smartSuggestionButtons) { in addPreInflatedButtons()