Home
last modified time | relevance | path

Searched refs:incompleteChannels (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/ts/
DTsParser.java521 List<TunerChannel> incompleteChannels = new ArrayList<>(); in getMalFormedChannels() local
528 incompleteChannels.add(tunerChannel); in getMalFormedChannels()
532 return incompleteChannels; in getMalFormedChannels()
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DScanFragment.java449 List<TunerChannel> incompleteChannels = in addCjMusicChannel() local
453 for (TunerChannel tunerChannel : incompleteChannels) { in addCjMusicChannel()