Home
last modified time | relevance | path

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

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