Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java483 mView.addPreInflatedButtons(replyButtons); in setSmartReplies()
537 mView.addPreInflatedButtons(buttons.collect(Collectors.toList())); in setSmartActions()
565 mView.addPreInflatedButtons( in setSmartRepliesAndActions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java172 public void addPreInflatedButtons(List<Button> smartSuggestionButtons) { in addPreInflatedButtons() method in SmartReplyView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1480 smartReplyView.addPreInflatedButtons( in applySmartReplyView()