HomeSort by relevance Sort by last modified time
    Searched refs:isChannelUriForTunerInput (Results 1 - 10 of 10) sorted by null

  /frameworks/base/media/java/android/media/tv/
TvContract.java 506 if (!isChannelUriForTunerInput(channelUri)) {
593 if (!isChannelUriForTunerInput(channelUri)) {
630 if (!isChannelUriForTunerInput(channelUri)) {
670 if (!isChannelUriForTunerInput(channelUri)) {
709 return isChannelUriForTunerInput(uri) || isChannelUriForPassthroughInput(uri);
715 public static boolean isChannelUriForTunerInput(Uri uri) {
    [all...]
  /frameworks/support/tv-provider/src/android/support/media/tv/
TvContractCompat.java 489 if (!isChannelUriForTunerInput(channelUri)) {
521 return isChannelUriForTunerInput(uri) || isChannelUriForPassthroughInput(uri);
528 public static boolean isChannelUriForTunerInput(Uri uri) {
530 return TvContract.isChannelUriForTunerInput(uri);
    [all...]
  /packages/apps/TV/src/com/android/tv/util/
Utils.java 305 return isChannelUriForTunerInput(uri) || TvContract.isChannelUriForPassthroughInput(uri);
310 * the hidden method TvContract.isChannelUriForTunerInput.
312 public static boolean isChannelUriForTunerInput(Uri uri) {
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvContractTest.java     [all...]
  /prebuilts/sdk/current/support/tv-provider/
android-support-tv-provider.jar 
  /packages/apps/TV/src/com/android/tv/
MainActivity.java     [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1488 milliseconds