Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/epg/
DEpgReader.java39 public static EpgChannel createEpgChannel(Channel channel, String epgChannelId, in createEpgChannel() argument
41 return new AutoValue_EpgReader_EpgChannel(channel, epgChannelId, dbUpdateNeeded); in createEpgChannel()