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

/packages/apps/TV/src/com/android/tv/util/
H A DTvInputManagerHelper.java42 public class TvInputManagerHelper { class
43 private static final String TAG = "TvInputManagerHelper";
116 public TvInputManagerHelper(Context context) { method in class:TvInputManagerHelper
238 "hasTvInputInfo() called before TvInputManagerHelper was started.");
247 "getTvInputInfo() called before TvInputManagerHelper was started.");
312 * It's static class that accepts {@link TvInputManagerHelper} as parameter to test.
319 private final TvInputManagerHelper mInputManager;
321 public TvInputInfoComparator(TvInputManagerHelper inputManager) {

Completed in 123 milliseconds