Home
last modified time | relevance | path

Searched refs:buildChannelsUriForInput (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/tv/
DTvContract.java518 public static Uri buildChannelsUriForInput(@Nullable String inputId) { in buildChannelsUriForInput() method in TvContract
519 return buildChannelsUriForInput(inputId, false); in buildChannelsUriForInput()
533 public static Uri buildChannelsUriForInput(@Nullable String inputId, in buildChannelsUriForInput() method in TvContract
556 public static Uri buildChannelsUriForInput(@Nullable String inputId, in buildChannelsUriForInput() method in TvContract
559 return buildChannelsUriForInput(inputId, browsableOnly); in buildChannelsUriForInput()
564 return buildChannelsUriForInput(inputId, browsableOnly).buildUpon() in buildChannelsUriForInput()
/frameworks/base/api/
Dsystem-current.txt3769 method public static android.net.Uri buildChannelsUriForInput(@Nullable String, boolean);
3770 …method public static android.net.Uri buildChannelsUriForInput(@Nullable String, @Nullable String, …
Dcurrent.txt27517 method public static android.net.Uri buildChannelsUriForInput(@Nullable String);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt16487 method public static final android.net.Uri buildChannelsUriForInput(java.lang.String);