Home
last modified time | relevance | path

Searched refs:getAllActions (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/systemlibs/car-assist-client-lib/src/com/android/car/assist/client/
DCarAssistUtils.java204 List<Integer> semanticActionList = getAllActions(notification) in hasRequiredAssistantCallbacks()
215 public static List<Action> getAllActions(Notification notification) { in getAllActions() method in CarAssistUtils
232 for (NotificationCompat.Action action : getAllActions(notification)) { in getMarkAsReadAction()
247 for (NotificationCompat.Action action : getAllActions(notification)) { in getMuteAction()
261 for (NotificationCompat.Action action : getAllActions(notification)) { in getReplyAction()
276 return getAllActions(notification) in replyCallbackHasRemoteInput()
286 return getAllActions(notification) in assistantCallbacksShowNoUi()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java452 for (NotificationCompat.Action action : CarAssistUtils.getAllActions(notification)) {