Home
last modified time | relevance | path

Searched refs:SuppressedActions (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplyState.kt28 val suppressedActions: SuppressedActions?,
41 class SuppressedActions(val suppressedActionIndices: List<Int>) class in com.android.systemui.statusbar.policy.InflatedSmartReplyState
DSmartReplyStateInflater.kt47 import com.android.systemui.statusbar.policy.InflatedSmartReplyState.SuppressedActions in <lambda>()
242 var suppressedActions: SuppressedActions? = null in inflateSmartReplyState()
249 suppressedActions = SuppressedActions(suppressedActionIndices) in inflateSmartReplyState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java48 import com.android.systemui.statusbar.policy.InflatedSmartReplyState.SuppressedActions;
433 new SuppressedActions(leftSuppressed), in areSuggestionsSimilar_trueForSimilar()
438 new SuppressedActions(rightSuppressed), in areSuggestionsSimilar_trueForSimilar()
464 new SuppressedActions(leftSuppressed), in areSuggestionsSimilar_falseForDifferentReplies()
469 new SuppressedActions(rightSuppressed), in areSuggestionsSimilar_falseForDifferentReplies()
495 new SuppressedActions(leftSuppressed), in areSuggestionsSimilar_falseForDifferentActions()
500 new SuppressedActions(rightSuppressed), in areSuggestionsSimilar_falseForDifferentActions()
526 new SuppressedActions(leftSuppressed), in areSuggestionsSimilar_falseForDifferentSuppressedActions()
531 new SuppressedActions(rightSuppressed), in areSuggestionsSimilar_falseForDifferentSuppressedActions()
557 new SuppressedActions(leftSuppressed), in areSuggestionsSimilar_falseForDifferentPhishing()
[all …]