Home
last modified time | relevance | path

Searched defs:suppressedActionIndices (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplyState.kt35 val suppressedActionIndices: List<Int> constant in com.android.systemui.statusbar.policy.InflatedSmartReplyState
41 class SuppressedActions(val suppressedActionIndices: List<Int>) constant in com.android.systemui.statusbar.policy.InflatedSmartReplyState.SuppressedActions
DSmartReplyStateInflater.kt260 val suppressedActionIndices = notification.actions.mapIndexedNotNull { index, action -> in inflateSmartReplyState() constant