Searched defs:getTvInputManagerHelper (Results 1 - 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/
H A DApplicationSingletons.java76 TvInputManagerHelper getTvInputManagerHelper(); method in interface:ApplicationSingletons
H A DTvApplication.java181 getTvInputManagerHelper();
213 getTvInputManagerHelper().addCallback(new TvInputCallback() {
329 mChannelDataManager = new ChannelDataManager(this, getTvInputManagerHelper());
405 public TvInputManagerHelper getTvInputManagerHelper() { method in class:TvApplication
H A DMainActivity.java437 if (!applicationSingletons.getTvInputManagerHelper().hasTvInputManager()) {
462 mTvInputManagerHelper = tvApplication.getTvInputManagerHelper();
1008 public TvInputManagerHelper getTvInputManagerHelper() { method in class:MainActivity
/packages/apps/TV/tests/unit/src/com/android/tv/util/
H A DMockApplicationSingletons.java122 public TvInputManagerHelper getTvInputManagerHelper() { method in class:MockApplicationSingletons
123 return mApp.getTvInputManagerHelper();

Completed in 86 milliseconds