Searched refs:isInternalTvInput (Results 1 – 5 of 5) sorted by relevance
130 if (Utils.isInternalTvInput(getContext(), inputInfo.getId())) { in getItemList()
83 mTvInputInfo != null && Utils.isInternalTvInput(this, mTvInputInfo.getId()); in onCreate()
377 if (Utils.isInternalTvInput(mContext, inputId)) { in getTunerChannelCount()511 if (Utils.isInternalTvInput(mContext, channel.getInputId())) { in getMatchedChannelCount()
493 assertFalse(Utils.isInternalTvInput(RuntimeEnvironment.application, inputId)); in testIsInternalTvInputInvalidInternalInputId()
721 public static boolean isInternalTvInput(Context context, String inputId) { in isInternalTvInput() method in Utils