Home
last modified time | relevance | path

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

/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.java344 private ArrayList<Notification.Action> getSmartActions(String key, int index) { in getSmartActions() method in NotificationListenerServiceTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java1077 static List<Notification.Action> getSmartActions(String screenshotId, in getSmartActions() method in GlobalScreenshot
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1717 public @NonNull List<Notification.Action> getSmartActions() { in getSmartActions() method in NotificationListenerService.Ranking