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

/packages/apps/TV/src/com/android/tv/util/
H A DSetupUtils.java165 if (!isSetupDone(inputId) && channelDataManager.getChannelCountForInput(inputId) > 0) {
170 + channelDataManager.getChannelCountForInput(inputId)
/packages/apps/TV/src/com/android/tv/onboarding/
H A DSetupSourcesFragment.java306 int channelCount = mChannelDataManager.getChannelCountForInput(inputId);
/packages/apps/TV/src/com/android/tv/data/
H A DChannelDataManager.java293 public int getChannelCountForInput(String inputId) { method in class:ChannelDataManager
/packages/apps/TV/src/com/android/tv/
H A DMainActivity.java1320 int count = mChannelDataManager.getChannelCountForInput(mInputIdUnderSetup);

Completed in 71 milliseconds