Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/util/
H A 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()
H A DTvInputManagerHelper.java386 public List<TvInputInfo> getTvInputInfos(boolean availableOnly, boolean tunerOnly) { in getTvInputInfos() method in TvInputManagerHelper
/aosp12/packages/apps/TV/src/com/android/tv/dvr/
H A DDvrStorageStatusManager.java112 tvInputManagerHelper.getTvInputInfos(true, false); in onPostExecute()
H A DDvrDataManagerImpl.java162 for (TvInputInfo input : mInputManager.getTvInputInfos(true, true)) {
/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DSettingsFragment.java129 singletons.getTvInputManagerHelper().getTvInputInfos(true, true)) { in getItemList()
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DChannelsRowAdapter.java254 for (TvInputInfo info : inputManager.getTvInputInfos(true, true)) {
/aosp12/packages/apps/TV/src/com/android/tv/onboarding/
H A DSetupSourcesFragment.java254 mInputs = mInputManager.getTvInputInfos(true, true); in buildInputs()
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DSelectInputView.java251 for (TvInputInfo input : mTvInputManagerHelper.getTvInputInfos(false, false)) { in buildInputListAndNotify()
/aosp12/packages/apps/TV/src/com/android/tv/data/epg/
H A DEpgFetcherImpl.java375 .getTvInputInfos(true, true)) { in getTunerChannelCount()