Searched refs:ChannelEvent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/tvinput/
H A DChannelDataManager.java237 mHandler.obtainMessage(MSG_HANDLE_EVENTS, new ChannelEvent(channel, items)).sendToTarget();
331 ChannelEvent event = (ChannelEvent) msg.obj;
725 private static class ChannelEvent { class in class:ChannelDataManager
729 public ChannelEvent(TunerChannel channel, List<EitItem> eitItems) { method in class:ChannelDataManager.ChannelEvent

Completed in 60 milliseconds