Home
last modified time | relevance | path

Searched refs:SmartActions (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DInflatedSmartReplyState.kt19 import com.android.systemui.statusbar.policy.SmartReplyView.SmartActions
27 val smartActions: SmartActions?,
H A DSmartReplyStateInflater.kt56 import com.android.systemui.statusbar.policy.SmartReplyView.SmartActions
221 var smartActions: SmartActions? = when {
223 SmartActions(appGeneratedSmartActions, false /* fromAssistant */)
249 smartActions = SmartActions(systemGeneratedActions, true /* fromAssistant */)
290 smartActions: SmartActions,
353 smartActions: SmartActions,
389 smartActions: SmartActions,
H A DSmartReplyView.java837 public static class SmartActions { class in SmartReplyView
842 public SmartActions(@NonNull List<Notification.Action> actions, boolean fromAssistant) { in SmartActions() method in SmartReplyView.SmartActions
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DInflatedSmartRepliesTest.java49 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 …]
H A DSmartReplyViewTest.java562 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions( in setSmartActions()
590 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions( in setSmartRepliesAndActions()
647 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions(actions, false); in buildExpectedView()
951 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions(actions, false); in testInflateActionButton_smartActionIconSingleLineSizeForTwoLineButton()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1509 SmartReplyView.SmartActions smartActions =