Searched defs:setSmartActions (Results 1 – 4 of 4) sorted by relevance
245 public RankingBuilder setSmartActions(@NonNull ArrayList<Notification.Action> smartActions) { in setSmartActions() method in RankingBuilder250 public RankingBuilder setSmartActions(Notification.Action... smartActions) { in setSmartActions() method in RankingBuilder
340 public NotificationEntryBuilder setSmartActions( in setSmartActions() method in NotificationEntryBuilder346 public NotificationEntryBuilder setSmartActions(Notification.Action... smartActions) { in setSmartActions() method in NotificationEntryBuilder
556 private void setSmartActions(String[] actionTitles) { in setSmartActions() method in SmartReplyViewTest560 private void setSmartActions(String[] actionTitles, boolean useDelayedOnClickListener) { in setSmartActions() method in SmartReplyViewTest
2041 public void setSmartActions(@Nullable ArrayList<Notification.Action> smartActions) { in setSmartActions() method in NotificationListenerService.Ranking