Home
last modified time | relevance | path

Searched defs:tunerChannel (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManagerTest.java81 TunerChannel tunerChannel = mChannelDataManager.getChannel(2L); in getChannel_locked() local
87 TunerChannel tunerChannel = mChannelDataManager.getChannel(1L); in getChannel_unlocked() local
/packages/apps/TV/tuner/src/com/android/tv/tuner/ts/
DTsParser.java527 TunerChannel tunerChannel = new TunerChannel(programNumber, pmtList); in getMalFormedChannels() local
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DTunerChannel.java261 TunerChannel tunerChannel = in forNetwork() local
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManager.java697 TunerChannel tunerChannel = TunerChannel.fromCursor(cursor); in getChannelId() local
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerSessionWorkerExoV2.java1021 private boolean handleMessageUpdateChannelInfo(TunerChannel tunerChannel) { in handleMessageUpdateChannelInfo()
DTunerSessionWorker.java1041 private boolean handleMessageUpdateChannelInfo(TunerChannel tunerChannel) { in handleMessageUpdateChannelInfo()