Home
last modified time | relevance | path

Searched defs:getSmartActions (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotSmartActions.java89 static List<Notification.Action> getSmartActions(String screenshotId, in getSmartActions() method in ScreenshotSmartActions
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java296 @NonNull public List<Notification.Action> getSmartActions() { in getSmartActions() method in InflatedSmartReplies.SmartRepliesAndActions
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java354 private ArrayList<Notification.Action> getSmartActions(String key, int index) { in getSmartActions() method in NotificationListenerServiceTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java349 public @NonNull List<Notification.Action> getSmartActions() { in getSmartActions() method in NotificationEntry
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1778 public @NonNull List<Notification.Action> getSmartActions() { in getSmartActions() method in NotificationListenerService.Ranking