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 | 56 import com.android.systemui.statusbar.policy.SmartReplyView.SmartActions in <lambda>() 221 var smartActions: SmartActions? = when { in inflateSmartReplyState() 223 SmartActions(appGeneratedSmartActions, false /* fromAssistant */) in inflateSmartReplyState() 249 smartActions = SmartActions(systemGeneratedActions, true /* fromAssistant */) in inflateSmartReplyState() 290 smartActions: SmartActions, in inflateActionButton() 353 smartActions: SmartActions, in inflateActionButton() 389 smartActions: SmartActions, in onSmartActionClick()
|
D | SmartReplyView.java | 837 public static class SmartActions { class in SmartReplyView 842 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 | 562 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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 1617 SmartReplyView.SmartActions smartActions =
|