Home
last modified time | relevance | path

Searched refs:isChannelUriForTunerInput (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
DUtils.java276 return isChannelUriForTunerInput(uri) || TvContract.isChannelUriForPassthroughInput(uri); in isChannelUriForOneChannel()
283 public static boolean isChannelUriForTunerInput(Uri uri) { in isChannelUriForTunerInput() method in Utils
/packages/apps/TV/src/com/android/tv/
DMainActivity.java1537 if (Utils.isChannelUriForTunerInput(mInitChannelUri)) { in handleIntent()