Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DSetupUtils.java163 if (!isSetupDone(inputId) && channelDataManager.getChannelCountForInput(inputId) > 0) { in markNewChannelsBrowsable()
172 + channelDataManager.getChannelCountForInput(inputId) in markNewChannelsBrowsable()
/packages/apps/TV/src/com/android/tv/onboarding/
DSetupSourcesFragment.java316 int channelCount = mChannelDataManager.getChannelCountForInput(inputId); in createActionsInternal()
/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.java1384 int count = mChannelDataManager.getChannelCountForInput(mInputIdUnderSetup); in onActivityResult()