Searched refs:wrapperList (Results 1 – 2 of 2) sorted by relevance
82 List<DvbDeviceInfoWrapper> wrapperList = new ArrayList<>(); in getDvbDeviceList() local85 wrapperList.add(new DvbDeviceInfoWrapper(dvbDeviceInfo)); in getDvbDeviceList()87 Collections.sort(wrapperList); in getDvbDeviceList()88 return wrapperList; in getDvbDeviceList()
42 public void setSupportedLinkWrapperList(List<SupportedLinkWrapper> wrapperList) { in setSupportedLinkWrapperList() argument43 mSupportedLinkWrapperList = wrapperList; in setSupportedLinkWrapperList()