Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/
DCarAssistUtils.java194 List<Integer> semanticActionList = getAllActions(sbn.getNotification()) in hasRequiredAssistantCallbacks()
205 public static List<NotificationCompat.Action> getAllActions(Notification notification) { in getAllActions() method in CarAssistUtils
220 for (NotificationCompat.Action action : getAllActions(notification)) { in getMarkAsReadAction()
235 for (NotificationCompat.Action action : getAllActions(notification)) { in getReplyAction()