HomeSort by relevance Sort by last modified time
    Searched defs:getTvInputManagerHelper (Results 1 - 4 of 4) sorted by null

  /packages/apps/TV/src/com/android/tv/
ApplicationSingletons.java 76 TvInputManagerHelper getTvInputManagerHelper();
TvApplication.java 181 getTvInputManagerHelper();
213 getTvInputManagerHelper().addCallback(new TvInputCallback() {
329 mChannelDataManager = new ChannelDataManager(this, getTvInputManagerHelper());
405 public TvInputManagerHelper getTvInputManagerHelper() {
MainActivity.java 437 if (!applicationSingletons.getTvInputManagerHelper().hasTvInputManager()) {
462 mTvInputManagerHelper = tvApplication.getTvInputManagerHelper();
    [all...]
  /packages/apps/TV/tests/unit/src/com/android/tv/util/
MockApplicationSingletons.java 122 public TvInputManagerHelper getTvInputManagerHelper() {
123 return mApp.getTvInputManagerHelper();

Completed in 365 milliseconds