Searched defs:suppressedActionIndices (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ | ||
D | InflatedSmartReplyState.kt | 35 val suppressedActionIndices: List<Int> constant in com.android.systemui.statusbar.policy.InflatedSmartReplyState |
D | SmartReplyStateInflater.kt | 260 val suppressedActionIndices = notification.actions.mapIndexedNotNull { index, action -> in inflateSmartReplyState() constant |