Home
last modified time | relevance | path

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

/packages/apps/TV/tests/common/src/com/android/tv/testing/utils/
DUtils.java73 for (TvInputInfo info : tim.getTvInputList()) { in getServiceNameFromInputId()
83 for (TvInputInfo info : tim.getTvInputList()) { in getInputIdFromComponentName()
/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java78 List<TvInputInfo> getTvInputList(); in getTvInputList() method
111 public List<TvInputInfo> getTvInputList() { in getTvInputList() method in TvInputManagerHelper.TvInputManagerImpl
112 return delegate.getTvInputList(); in getTvInputList()
660 for (TvInputInfo input : mTvInputManager.getTvInputList()) { in initInputMaps()
DSetupUtils.java324 for (TvInputInfo input : manager.getTvInputList()) { in onInputListUpdated()
/packages/apps/TV/src/com/android/tv/
DTvApplication.java397 List<TvInputInfo> tvInputs = tvInputManager.getTvInputList(); in handleTvInputKey()
482 List<TvInputInfo> inputs = inputManager.getTvInputList(); in handleInputCountChanged()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeTvInputManager.java108 public List<TvInputInfo> getTvInputList() { in getTvInputList() method in FakeTvInputManager
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DDevicePrefFragment.java90 for (final TvInputInfo input : manager.getTvInputList()) { in onCreate()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DInputsFragment.java104 for (TvInputInfo info : mTvInputManager.getTvInputList()) { in refresh()
/packages/apps/TV/src/com/android/tv/recommendation/
DRecommendationDataManager.java285 for (TvInputInfo input : mTvInputManager.getTvInputList()) { in onStart()
/packages/apps/TV/src/com/android/tv/search/
DTvProviderSearch.java501 List<TvInputInfo> inputList = mTvInputManager.getTvInputList(); in searchInputs()