Searched refs:suppressedActionIndices (Results 1 – 3 of 3) sorted by relevance
35 val suppressedActionIndices: List<Int> constant in com.android.systemui.statusbar.policy.InflatedSmartReplyState36 get() = suppressedActions?.suppressedActionIndices ?: emptyList()41 class SuppressedActions(val suppressedActionIndices: List<Int>) constant in com.android.systemui.statusbar.policy.InflatedSmartReplyState.SuppressedActions
97 left.suppressedActionIndices != right.suppressedActionIndices -> false in areSuggestionsSimilar()260 val suppressedActionIndices = notification.actions.mapIndexedNotNull { index, action -> in inflateSmartReplyState() constant263 suppressedActions = SuppressedActions(suppressedActionIndices) in inflateSmartReplyState()
1652 List<Integer> suppressedActionIndices = state != null1657 if (DEBUG && !suppressedActionIndices.isEmpty()) {1658 Log.d(TAG, "Suppressing actions with indices: " + suppressedActionIndices);1665 && suppressedActionIndices.contains(actionIndex);