Home
last modified time | relevance | path

Searched refs:getTvInputInfos (Results 1 – 9 of 9) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
DSetupUtils.java161 for (TvInputInfo input : tvInputManagerHelper.getTvInputInfos(true, true)) { in markNewChannelsBrowsable()
221 for (TvInputInfo input : inputManager.getTvInputInfos(true, true)) { in hasNewInput()
239 for (TvInputInfo input : inputManager.getTvInputInfos(true, true)) { in markAllInputsRecognized()
250 for (TvInputInfo input : inputManager.getTvInputInfos(true, true)) { in hasUnrecognizedInput()
DTvInputManagerHelper.java386 public List<TvInputInfo> getTvInputInfos(boolean availableOnly, boolean tunerOnly) { in getTvInputInfos() method in TvInputManagerHelper
/packages/apps/TV/src/com/android/tv/dvr/
DDvrStorageStatusManager.java112 tvInputManagerHelper.getTvInputInfos(true, false); in onPostExecute()
DDvrDataManagerImpl.java162 for (TvInputInfo input : mInputManager.getTvInputInfos(true, true)) {
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DSettingsFragment.java129 singletons.getTvInputManagerHelper().getTvInputInfos(true, true)) { in getItemList()
/packages/apps/TV/src/com/android/tv/menu/
DChannelsRowAdapter.java254 for (TvInputInfo info : inputManager.getTvInputInfos(true, true)) {
/packages/apps/TV/src/com/android/tv/onboarding/
DSetupSourcesFragment.java254 mInputs = mInputManager.getTvInputInfos(true, true); in buildInputs()
/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java251 for (TvInputInfo input : mTvInputManagerHelper.getTvInputInfos(false, false)) { in buildInputListAndNotify()
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java375 .getTvInputInfos(true, true)) { in getTunerChannelCount()