Searched refs:getAllActions (Results 1 – 2 of 2) sorted by relevance
204 List<Integer> semanticActionList = getAllActions(notification) in hasRequiredAssistantCallbacks()215 public static List<Action> getAllActions(Notification notification) { in getAllActions() method in CarAssistUtils232 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()
452 for (NotificationCompat.Action action : CarAssistUtils.getAllActions(notification)) {