HomeSort by relevance Sort by last modified time
    Searched refs:getTvInputInfos (Results 1 - 11 of 11) sorted by null

  /packages/apps/TV/src/com/android/tv/analytics/
SendConfigInfoRunnable.java 39 List<TvInputInfo> infoList = mTvInputManagerHelper.getTvInputInfos(false, false);
  /packages/apps/TV/src/com/android/tv/util/
SetupUtils.java 172 for (TvInputInfo input : tvInputManagerHelper.getTvInputInfos(true, true)) {
231 for (TvInputInfo input : inputManager.getTvInputInfos(true, true)) {
251 for (TvInputInfo input : inputManager.getTvInputInfos(true, true)) {
262 for (TvInputInfo input : inputManager.getTvInputInfos(true, true)) {
Utils.java 777 .getTvInputInfos(true, tunerInputOnly)) {
791 .getTvInputInfos(true, tunerInputOnly)) {
    [all...]
TvInputManagerHelper.java 280 public List<TvInputInfo> getTvInputInfos(boolean availableOnly, boolean tunerOnly) {
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
SettingsFragment.java 121 .getTvInputManagerHelper().getTvInputInfos(true, true)) {
  /packages/apps/TV/src/com/android/tv/dvr/
DvrStorageStatusManager.java 344 tvInputManagerHelper.getTvInputInfos(true, false);
DvrDataManagerImpl.java 145 for (TvInputInfo input : mInputManager.getTvInputInfos(true, true)) {
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
ChannelsRowAdapter.java 242 for (TvInputInfo info : inputManager.getTvInputInfos(true, true)) {
  /packages/apps/TV/src/com/android/tv/onboarding/
SetupSourcesFragment.java 239 mInputs = mInputManager.getTvInputInfos(true, true);
  /packages/apps/TV/src/com/android/tv/ui/
SelectInputView.java 249 for (TvInputInfo input : mTvInputManagerHelper.getTvInputInfos(false, false)) {
  /packages/apps/TV/src/com/android/tv/data/epg/
EpgFetcher.java 316 .getTvInputManagerHelper().getTvInputInfos(true, true)) {

Completed in 96 milliseconds