Searched refs:SmartActions (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartReplyState.kt | 19 import com.android.systemui.statusbar.policy.SmartReplyView.SmartActions 27 val smartActions: SmartActions?,
|
D | SmartReplyStateInflater.kt | 48 import com.android.systemui.statusbar.policy.SmartReplyView.SmartActions in <lambda>() 207 var smartActions: SmartActions? = when { in inflateSmartReplyState() 209 SmartActions(appGeneratedSmartActions, false /* fromAssistant */) in inflateSmartReplyState() 235 smartActions = SmartActions(systemGeneratedActions, true /* fromAssistant */) in inflateSmartReplyState() 276 smartActions: SmartActions, in inflateActionButton() 294 smartActions: SmartActions, in inflateActionButton() 330 smartActions: SmartActions, in inflateActionButton()
|
D | SmartReplyView.java | 738 public static class SmartActions { class in SmartReplyView 743 public SmartActions(@NonNull 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; 432 new SmartActions(leftActions, false /* fromAssistant */), in areSuggestionsSimilar_trueForSimilar() 437 new SmartActions(rightActions, false /* fromAssistant */), in areSuggestionsSimilar_trueForSimilar() 463 new SmartActions(leftActions, false /* fromAssistant */), in areSuggestionsSimilar_falseForDifferentReplies() 468 new SmartActions(rightActions, false /* fromAssistant */), in areSuggestionsSimilar_falseForDifferentReplies() 494 new SmartActions(leftActions, false /* fromAssistant */), in areSuggestionsSimilar_falseForDifferentActions() 499 new SmartActions(rightActions, false /* fromAssistant */), in areSuggestionsSimilar_falseForDifferentActions() 525 new SmartActions(leftActions, false /* fromAssistant */), in areSuggestionsSimilar_falseForDifferentSuppressedActions() 530 new SmartActions(rightActions, false /* fromAssistant */), in areSuggestionsSimilar_falseForDifferentSuppressedActions() 556 new SmartActions(leftActions, false /* fromAssistant */), in areSuggestionsSimilar_falseForDifferentPhishing() [all …]
|
D | SmartReplyViewTest.java | 524 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions( in setSmartActions() 552 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions( in setSmartRepliesAndActions() 615 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions(actions, false); in buildExpectedView() 923 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions(actions, false); in testInflateActionButton_smartActionIconSingleLineSizeForTwoLineButton()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 1388 SmartReplyView.SmartActions smartActions = state.getSmartActions(); in applySmartReplyView()
|