Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java198 SmartReplyView.SmartReplies smartReplies = null; in chooseSmartRepliesAndActions()
201 smartReplies = new SmartReplyView.SmartReplies( in chooseSmartRepliesAndActions()
218 smartReplies = new SmartReplyView.SmartReplies( in chooseSmartRepliesAndActions()
281 @Nullable public final SmartReplyView.SmartReplies smartReplies;
285 @Nullable SmartReplyView.SmartReplies smartReplies, in SmartRepliesAndActions()
DSmartReplyView.java216 @NonNull SmartReplies smartReplies, in inflateRepliesFromRemoteInput()
264 int replyIndex, SmartReplies smartReplies, SmartReplyController smartReplyController, in inflateReplyButton()
941 public static class SmartReplies { class in SmartReplyView
950 public SmartReplies(CharSequence[] choices, RemoteInput remoteInput, in SmartReplies() method in SmartReplyView.SmartReplies
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java47 import com.android.systemui.statusbar.policy.SmartReplyView.SmartReplies;
340 new SmartReplies(leftReplies, null, null, false /* fromAssistant */), in areSuggestionsSimilar_trueForSimilar()
343 new SmartReplies(rightReplies, null, null, false /* fromAssistant */), in areSuggestionsSimilar_trueForSimilar()
362 new SmartReplies(leftReplies, null, null, false /* fromAssistant */), in areSuggestionsSimilar_falseForDifferentReplies()
365 new SmartReplies(rightReplies, null, null, false /* fromAssistant */), in areSuggestionsSimilar_falseForDifferentReplies()
384 new SmartReplies(leftReplies, null, null, false /* fromAssistant */), in areSuggestionsSimilar_falseForDifferentActions()
387 new SmartReplies(rightReplies, null, null, false /* fromAssistant */), in areSuggestionsSimilar_falseForDifferentActions()
DSmartReplyViewTest.java466 SmartReplyView.SmartReplies smartReplies = in inflateSmartReplies()
467 new SmartReplyView.SmartReplies(choices, input, pendingIntent, fromAssistant); in inflateSmartReplies()
551 SmartReplyView.SmartReplies smartReplies = in buildExpectedView()
552 new SmartReplyView.SmartReplies(choices, null, null, false); in buildExpectedView()