Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DUtils.java263 public static boolean isChannelUriForInput(Uri uri) { in isChannelUriForInput() method in Utils
/packages/apps/TV/src/com/android/tv/
DMainActivity.java1490 && !Utils.isChannelUriForInput(mInitChannelUri))) { in handleIntent()