Home | History | Annotate | Download | only in tv

Lines Matching defs:buildChannelsUriForInput

518     public static Uri buildChannelsUriForInput(@Nullable String inputId) {
519 return buildChannelsUriForInput(inputId, false);
533 public static Uri buildChannelsUriForInput(@Nullable String inputId,
556 public static Uri buildChannelsUriForInput(@Nullable String inputId,
559 return buildChannelsUriForInput(inputId, browsableOnly);
564 return buildChannelsUriForInput(inputId, browsableOnly).buildUpon()