Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java696 EpgFetchHelper.updateNetworkAffiliation(mContext, channels); in fetchEpgFor()
868 EpgFetchHelper.updateNetworkAffiliation(mContext, newChannels); in onChannelUpdatedDuringScan()
DEpgFetchHelper.java164 static void updateNetworkAffiliation(Context context, Set<EpgReader.EpgChannel> channels) { in updateNetworkAffiliation() method