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 | 46 import com.android.systemui.statusbar.policy.SmartReplyView.SmartActions; 341 new SmartActions(leftActions, false /* fromAssistant */)); in areSuggestionsSimilar_trueForSimilar() 344 new SmartActions(rightActions, false /* fromAssistant */)); in areSuggestionsSimilar_trueForSimilar() 363 new SmartActions(leftActions, false /* fromAssistant */)); in areSuggestionsSimilar_falseForDifferentReplies() 366 new SmartActions(rightActions, false /* fromAssistant */)); in areSuggestionsSimilar_falseForDifferentReplies() 385 new SmartActions(leftActions, false /* fromAssistant */)); in areSuggestionsSimilar_falseForDifferentActions() 388 new SmartActions(rightActions, false /* fromAssistant */)); in areSuggestionsSimilar_falseForDifferentActions()
|
D | SmartReplyViewTest.java | 498 new SmartReplyView.SmartActions(createActions(actionTitles), false), in setSmartActions() 519 new SmartReplyView.SmartActions(createActions(actionTitles), fromAssistant), in setSmartRepliesAndActions() 866 new SmartReplyView.SmartActions(Collections.singletonList(action), false), in inflateActionButton()
|