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

/packages/apps/TV/src/com/android/tv/
H A DApplicationSingletons.java47 TvInputManagerHelper getTvInputManagerHelper(); method in interface:ApplicationSingletons
H A DTvApplication.java223 public TvInputManagerHelper getTvInputManagerHelper() { method in class:TvApplication
H A DMainActivity.java473 mTvInputManagerHelper = tvApplication.getTvInputManagerHelper();
1026 public TvInputManagerHelper getTvInputManagerHelper() { method in class:MainActivity
1972 TvInputInfo input = getTvInputManagerHelper().getTvInputInfo(channel.getInputId());
/packages/apps/TV/tests/common/src/com/android/tv/
H A DMockTvApplication.java76 public TvInputManagerHelper getTvInputManagerHelper() { method in class:MockTvApplication
77 return mDelegate.getTvInputManagerHelper();

Completed in 754 milliseconds