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

/packages/apps/TV/src/com/android/tv/util/
H A DUtils.java790 public static boolean hasInternalTvInputs(Context context, boolean tunerInputOnly) { argument
794 .getTvInputInfos(true, tunerInputOnly)) {
803 public static List<TvInputInfo> getInternalTvInputs(Context context, boolean tunerInputOnly) { argument
808 .getTvInputInfos(true, tunerInputOnly)) {

Completed in 29 milliseconds