Searched refs:getTvInputInfos (Results 1 – 9 of 9) sorted by relevance
/packages/apps/TV/src/com/android/tv/util/ |
D | SetupUtils.java | 161 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()
|
D | TvInputManagerHelper.java | 386 public List<TvInputInfo> getTvInputInfos(boolean availableOnly, boolean tunerOnly) { in getTvInputInfos() method in TvInputManagerHelper
|
/packages/apps/TV/src/com/android/tv/dvr/ |
D | DvrStorageStatusManager.java | 112 tvInputManagerHelper.getTvInputInfos(true, false); in onPostExecute()
|
D | DvrDataManagerImpl.java | 162 for (TvInputInfo input : mInputManager.getTvInputInfos(true, true)) {
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
D | SettingsFragment.java | 129 singletons.getTvInputManagerHelper().getTvInputInfos(true, true)) { in getItemList()
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | ChannelsRowAdapter.java | 254 for (TvInputInfo info : inputManager.getTvInputInfos(true, true)) {
|
/packages/apps/TV/src/com/android/tv/onboarding/ |
D | SetupSourcesFragment.java | 254 mInputs = mInputManager.getTvInputInfos(true, true); in buildInputs()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | SelectInputView.java | 251 for (TvInputInfo input : mTvInputManagerHelper.getTvInputInfos(false, false)) { in buildInputListAndNotify()
|
/packages/apps/TV/src/com/android/tv/data/epg/ |
D | EpgFetcherImpl.java | 375 .getTvInputInfos(true, true)) { in getTunerChannelCount()
|