Searched refs:SmartActions (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartReplies.java | 200 SmartReplyView.SmartActions smartActions = null; in chooseSmartRepliesAndActions() 209 smartActions = new SmartReplyView.SmartActions(appGeneratedSmartActions, in chooseSmartRepliesAndActions() 237 smartActions = new SmartReplyView.SmartActions( in chooseSmartRepliesAndActions() 283 @Nullable public final SmartReplyView.SmartActions smartActions; 287 @Nullable SmartReplyView.SmartActions smartActions) { in SmartRepliesAndActions()
|
D | SmartReplyView.java | 240 @NonNull SmartActions smartActions, SmartReplyController smartReplyController, in inflateSmartActions() 333 Context packageContext, int actionIndex, SmartActions smartActions, in inflateActionButton() 968 public static class SmartActions { class in SmartReplyView 973 public SmartActions(List<Notification.Action> actions, boolean fromAssistant) { in SmartActions() method in SmartReplyView.SmartActions
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartRepliesTest.java | 49 import com.android.systemui.statusbar.policy.SmartReplyView.SmartActions; 354 new SmartActions(leftActions, false /* fromAssistant */)); in areSuggestionsSimilar_trueForSimilar() 357 new SmartActions(rightActions, false /* fromAssistant */)); in areSuggestionsSimilar_trueForSimilar() 376 new SmartActions(leftActions, false /* fromAssistant */)); in areSuggestionsSimilar_falseForDifferentReplies() 379 new SmartActions(rightActions, false /* fromAssistant */)); in areSuggestionsSimilar_falseForDifferentReplies() 398 new SmartActions(leftActions, false /* fromAssistant */)); in areSuggestionsSimilar_falseForDifferentActions() 401 new SmartActions(rightActions, false /* fromAssistant */)); in areSuggestionsSimilar_falseForDifferentActions()
|
D | SmartReplyViewTest.java | 506 new SmartReplyView.SmartActions(createActions(actionTitles), false), in setSmartActions() 527 new SmartReplyView.SmartActions(createActions(actionTitles), fromAssistant), in setSmartRepliesAndActions() 874 new SmartReplyView.SmartActions(Collections.singletonList(action), false), in inflateActionButton()
|