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

/packages/apps/TV/src/com/android/tv/tuner/
H A DDvbDeviceAccessor.java60 sGetDvbDeviceListMethod = tvInputManagerClass.getDeclaredMethod("getDvbDeviceList");
76 public List<DvbDeviceInfoWrapper> getDvbDeviceList() { method in class:DvbDeviceAccessor
97 List<DvbDeviceInfoWrapper> dvbDeviceList = getDvbDeviceList();
131 List<DvbDeviceInfoWrapper> deviceList = getDvbDeviceList();

Completed in 394 milliseconds