Home
last modified time | relevance | path

Searched refs:notifyEventDetected (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
H A DScanFragment.java502 mChannelDataManager.notifyEventDetected(channel, items); in onEventDetected()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
H A DTunerRecordingSessionWorker.java241 mChannelDataManager.notifyEventDetected(channel, items); in onEventDetected()
H A DTunerRecordingSessionWorkerExoV2.java242 mChannelDataManager.notifyEventDetected(channel, items); in onEventDetected()
H A DTunerSessionWorkerExoV2.java662 mChannelDataManager.notifyEventDetected(channel, items); in onEventDetected()
H A DTunerSessionWorker.java667 mChannelDataManager.notifyEventDetected(channel, items); in onEventDetected()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
H A DChannelDataManager.java243 public void notifyEventDetected(TunerChannel channel, List<EitItem> items) { in notifyEventDetected() method in ChannelDataManager