Searched refs:isInternalTvInput (Results 1 – 2 of 2) sorted by relevance
87 if (Utils.isInternalTvInput(mContext, inputId)) { in EpgFetcher()139 if (Utils.isInternalTvInput(mContext, input.getId())) { in onFetchEpg()
653 public static boolean isInternalTvInput(Context context, String inputId) { in isInternalTvInput() method in Utils