Searched refs:buildChannelsUriForInput (Results 1 – 4 of 4) sorted by relevance
518 public static Uri buildChannelsUriForInput(@Nullable String inputId) { in buildChannelsUriForInput() method in TvContract519 return buildChannelsUriForInput(inputId, false); in buildChannelsUriForInput()533 public static Uri buildChannelsUriForInput(@Nullable String inputId, in buildChannelsUriForInput() method in TvContract556 public static Uri buildChannelsUriForInput(@Nullable String inputId, in buildChannelsUriForInput() method in TvContract559 return buildChannelsUriForInput(inputId, browsableOnly); in buildChannelsUriForInput()564 return buildChannelsUriForInput(inputId, browsableOnly).buildUpon() in buildChannelsUriForInput()
3769 method public static android.net.Uri buildChannelsUriForInput(@Nullable String, boolean);3770 …method public static android.net.Uri buildChannelsUriForInput(@Nullable String, @Nullable String, …
27517 method public static android.net.Uri buildChannelsUriForInput(@Nullable String);
16487 method public static final android.net.Uri buildChannelsUriForInput(java.lang.String);