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

/packages/apps/TV/src/com/android/tv/util/
H A DTvInputManagerHelper.java48 public class TvInputManagerHelper { class
49 private static final String TAG = "TvInputManagerHelper";
211 public TvInputManagerHelper(Context context) { method in class:TvInputManagerHelper
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 tvInputManagerHelpe
[all...]

Completed in 77 milliseconds