Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DSetupUtils.java175 if (!isSetupDone(inputId) && channelDataManager.getChannelCountForInput(inputId) > 0) { in markNewChannelsBrowsableIfEnabled()
184 + channelDataManager.getChannelCountForInput(inputId) in markNewChannelsBrowsableIfEnabled()
/packages/apps/TV/src/com/android/tv/data/
DChannelDataManager.java298 public int getChannelCountForInput(String inputId) { in getChannelCountForInput() method in ChannelDataManager
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java378 return mChannelDataManager.getChannelCountForInput(inputId); in getTunerChannelCount()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java1432 int count = mChannelDataManager.getChannelCountForInput(mInputIdUnderSetup); in onActivityResult()