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.java165 if (!isSetupDone(inputId) && channelDataManager.getChannelCountForInput(inputId) > 0) { in markNewChannelsBrowsable()
170 + channelDataManager.getChannelCountForInput(inputId) in markNewChannelsBrowsable()
/packages/apps/TV/src/com/android/tv/onboarding/
DSetupSourcesFragment.java306 int channelCount = mChannelDataManager.getChannelCountForInput(inputId); in createActionsInternal()
/packages/apps/TV/src/com/android/tv/data/
DChannelDataManager.java293 public int getChannelCountForInput(String inputId) { in getChannelCountForInput() method in ChannelDataManager
/packages/apps/TV/src/com/android/tv/
DMainActivity.java1320 int count = mChannelDataManager.getChannelCountForInput(mInputIdUnderSetup); in onActivityResult()