Searched refs:LicenseActionItem (Results 1 – 1 of 1) sorted by relevance
31 public class LicenseActionItem extends ActionItem { class in LicenseSideFragment34 public LicenseActionItem(License license) { in LicenseActionItem() method in LicenseSideFragment.LicenseActionItem48 private List<LicenseActionItem> licenses;56 private List<LicenseActionItem> toActionItems(ArrayList<License> licenses) { in toActionItems()57 List<LicenseActionItem> items = new ArrayList<>(licenses.size()); in toActionItems()59 items.add(new LicenseActionItem(license)); in toActionItems()75 protected List<LicenseActionItem> getItemList() { in getItemList()