Searched refs:buildChannelsUriForInput (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/media/java/android/media/tv/ |
D | TvContract.java | 518 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/ |
D | system-current.txt | 4066 method public static android.net.Uri buildChannelsUriForInput(@Nullable String, boolean); 4067 …method public static android.net.Uri buildChannelsUriForInput(@Nullable String, @Nullable String, …
|
D | current.txt | 27784 method public static android.net.Uri buildChannelsUriForInput(@Nullable String);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 4066 method public static android.net.Uri buildChannelsUriForInput(@Nullable String, boolean); 4067 …method public static android.net.Uri buildChannelsUriForInput(@Nullable String, @Nullable String, …
|
D | current.txt | 27654 method public static android.net.Uri buildChannelsUriForInput(@Nullable String);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 16487 method public static final android.net.Uri buildChannelsUriForInput(java.lang.String);
|