Home
last modified time | relevance | path

Searched refs:getNotificationActions (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java326 List<Action> actions = getNotificationActions(senderKey, notificationId); in createNotification()
385 private List<Action> getNotificationActions(SenderKey senderKey, int notificationId) { in getNotificationActions() method in MessengerDelegate
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DFolderPreferences.java249 public Set<String> getNotificationActions(final Account account) { in getNotificationActions() method in FolderPreferences
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java1297 folderPreferences.getNotificationActions(account); in configureNotifForOneConversation()