Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt246 val suppressedActionIndices = notification.actions.mapIndexedNotNull { index, action -> regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1424 List<Integer> suppressedActionIndices = state != null in applyExternalSmartReplyState() local