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

  /packages/apps/TV/src/com/android/tv/analytics/
SendConfigInfoRunnable.java 21 import com.android.tv.util.TvInputManagerHelper;
30 private final TvInputManagerHelper mTvInputManagerHelper;
32 public SendConfigInfoRunnable(Tracker tracker, TvInputManagerHelper tvInputManagerHelper) {
34 this.mTvInputManagerHelper = tvInputManagerHelper;
  /packages/apps/TV/src/com/android/tv/dvr/
DvrStorageStatusManager.java 44 import com.android.tv.util.TvInputManagerHelper;
341 TvInputManagerHelper tvInputManagerHelper =
344 tvInputManagerHelper.getTvInputInfos(true, false);
  /packages/apps/TV/src/com/android/tv/util/
SetupUtils.java 169 TvInputManagerHelper tvInputManagerHelper = mTvApplication.getTvInputManagerHelper();
172 for (TvInputInfo input : tvInputManagerHelper.getTvInputInfos(true, true)) {
230 public boolean hasNewInput(TvInputManagerHelper inputManager) {
250 public void markAllInputsRecognized(TvInputManagerHelper inputManager) {
261 public boolean hasUnrecognizedInput(TvInputManagerHelper inputManager) {
TvInputManagerHelper.java 48 public class TvInputManagerHelper {
49 private static final String TAG = "TvInputManagerHelper";
211 public TvInputManagerHelper(Context context) {
425 "hasTvInputInfo() called before TvInputManagerHelper was started.");
431 "getTvInputInfo() called before TvInputManagerHelper was started.");
548 * It's static class that accepts {@link TvInputManagerHelper} as parameter to test.
555 private final TvInputManagerHelper mInputManager;
557 public InputComparatorInternal(TvInputManagerHelper inputManager) {
576 private final TvInputManagerHelper mTvInputManagerHelper;
579 public HardwareInputComparator(Context context, TvInputManagerHelper tvInputManagerHelper)
    [all...]
  /packages/apps/TV/src/com/android/tv/guide/
ProgramManager.java 33 import com.android.tv.util.TvInputManagerHelper;
60 private final TvInputManagerHelper mTvInputManagerHelper;
184 public ProgramManager(TvInputManagerHelper tvInputManagerHelper,
188 mTvInputManagerHelper = tvInputManagerHelper;
ProgramGuide.java 61 import com.android.tv.util.TvInputManagerHelper;
169 TvInputManagerHelper tvInputManagerHelper, ChannelDataManager channelDataManager,
174 mProgramManager = new ProgramManager(tvInputManagerHelper, channelDataManager,
    [all...]
  /packages/apps/TV/src/com/android/tv/ui/
TunableTvView.java 83 import com.android.tv.util.TvInputManagerHelper;
127 private TvInputManagerHelper mInputManagerHelper;
181 private final TvInputManagerHelper mInputManager;
468 TvInputManagerHelper tvInputManagerHelper) {
471 mInputManagerHelper = tvInputManagerHelper;
472 mContentRatingsManager = tvInputManagerHelper.getContentRatingsManager();
473 mParentalControlSettings = tvInputManagerHelper.getParentalControlSettings();
    [all...]

Completed in 242 milliseconds