Searched defs:DvbDeviceInfoWrapper (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/
H A DDvbDeviceAccessor.java76 public List<DvbDeviceInfoWrapper> getDvbDeviceList() {
78 List<DvbDeviceInfoWrapper> wrapperList = new ArrayList<>();
81 wrapperList.add(new DvbDeviceInfoWrapper(dvbDeviceInfo));
97 List<DvbDeviceInfoWrapper> dvbDeviceList = getDvbDeviceList();
113 public ParcelFileDescriptor openDvbDevice(DvbDeviceInfoWrapper deviceInfo,
131 List<DvbDeviceInfoWrapper> deviceList = getDvbDeviceList();
141 public static class DvbDeviceInfoWrapper implements Comparable<DvbDeviceInfoWrapper> { class in class:DvbDeviceAccessor
163 public DvbDeviceInfoWrapper(Object dvbDeviceInfo) { method in class:DvbDeviceAccessor.DvbDeviceInfoWrapper
209 public int compareTo(@NonNull DvbDeviceInfoWrapper anothe
[all...]

Completed in 83 milliseconds