Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java411 List<View> smartSuggestions = new ArrayList<>(smartActions); in onMeasure() local
412 smartSuggestions.addAll(smartReplies); in onMeasure()
422 for (View child : smartSuggestions) { in onMeasure()
543 for (View smartSuggestionButton : smartSuggestions) { in onMeasure()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java515 List<Button> smartSuggestions = inflateSmartReplies(choices, fromAssistant, in setSmartRepliesAndActions() local
517 smartSuggestions.addAll(mView.inflateSmartActions( in setSmartRepliesAndActions()
524 mView.addPreInflatedButtons(smartSuggestions); in setSmartRepliesAndActions()