Home
last modified time | relevance | path

Searched refs:forFile (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/api/
DScanChannel.java45 public static ScanChannel forFile(int frequency, String filename) { in forFile() method in ScanChannel
/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
DFileSourceEventDetector.java186 TunerChannel tunerChannel = TunerChannel.forFile(channel, pmtItems);
DFileTsStreamer.java428 output.add(ScanChannel.forFile(freq, file.getName())); in addLocalStreamFiles()
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DTunerChannel.java223 public static TunerChannel forFile(PsipData.VctItem channel, List<PsiData.PmtItem> pmtItems) { in forFile() method in TunerChannel