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

  /packages/apps/TV/src/com/android/tv/analytics/
SendConfigInfoRunnable.java 30 private final TvInputManagerHelper mTvInputManagerHelper;
34 this.mTvInputManagerHelper = tvInputManagerHelper;
39 List<TvInputInfo> infoList = mTvInputManagerHelper.getTvInputInfos(false, false);
43 if (mTvInputManagerHelper.isSystemInput(info)) {
  /packages/apps/TV/src/com/android/tv/ui/
SelectInputView.java 59 private final TvInputManagerHelper mTvInputManagerHelper;
151 mTvInputManagerHelper = appSingletons.getTvInputManagerHelper();
201 mTvInputManagerHelper.addCallback(mTvInputCallback);
205 && !isInputEnabled(mTvInputManagerHelper.getTvInputInfo(currentInputId))) {
229 mTvInputManagerHelper.removeCallback(mTvInputCallback);
249 for (TvInputInfo input : mTvInputManagerHelper.getTvInputInfos(false, false)) {
298 return mTvInputManagerHelper.getInputState(input)
  /packages/apps/TV/src/com/android/tv/
TvApplication.java 93 private TvInputManagerHelper mTvInputManagerHelper;
152 mTvInputManagerHelper = new TvInputManagerHelper(this);
153 mTvInputManagerHelper.start();
171 mTvInputManagerHelper.addCallback(new TvInputCallback() {
271 mChannelDataManager = new ChannelDataManager(this, mTvInputManagerHelper);
317 return mTvInputManagerHelper;
MainActivity.java 267 private TvInputManagerHelper mTvInputManagerHelper;
456 boolean parentalControlEnabled = mTvInputManagerHelper.getParentalControlSettings()
543 mTvInputManagerHelper = tvApplication.getTvInputManagerHelper();
545 mTvInputManagerHelper.addCallback(mTvInputCallback);
553 mChannelTuner = new ChannelTuner(mChannelDataManager, mTvInputManagerHelper);
556 mPipInputManager = new PipInputManager(this, mTvInputManagerHelper, mChannelTuner);
683 new SendConfigInfoRunnable(mTracker, mTvInputManagerHelper), null);
689 mTvInputManagerHelper.getContentRatingsManager().update();
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
AppLinkCardView.java 64 private final TvInputManagerHelper mTvInputManagerHelper;
83 mTvInputManagerHelper = ((MainActivity) context).getTvInputManagerHelper();
101 ApplicationInfo appInfo = mTvInputManagerHelper.getTvInputAppInfo(mChannel.getInputId());
189 mTvInputManagerHelper.getTvInputAppInfo(mChannel.getInputId()));
  /packages/apps/TV/src/com/android/tv/guide/
ProgramTableAdapter.java 82 private final TvInputManagerHelper mTvInputManagerHelper;
120 mTvInputManagerHelper = TvApplication.getSingletons(context).getTvInputManagerHelper();
643 ParentalControlSettings parental = mTvInputManagerHelper.getParentalControlSettings();
651 return mTvInputManagerHelper.getParentalControlSettings().isParentalControlsEnabled()
656 String name = mTvInputManagerHelper.getContentRatingsManager()
688 TvInputInfo info = mTvInputManagerHelper.getTvInputInfo(mChannel.getInputId());
    [all...]
ProgramManager.java 60 private final TvInputManagerHelper mTvInputManagerHelper;
289 mTvInputManagerHelper = tvInputManagerHelper;
450 boolean parentalControlsEnabled = mTvInputManagerHelper.getParentalControlSettings()
  /packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java 100 private TvInputManagerHelper mTvInputManagerHelper;
154 mTvInputManagerHelper = appSingletons.getTvInputManagerHelper();
362 TvInputInfo inputInfo = mTvInputManagerHelper.getTvInputInfo(inputId);

Completed in 136 milliseconds