Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/
DTvContract.java534 boolean browsableOnly) { in buildChannelsUriForInput() argument
539 return builder.appendQueryParameter(PARAM_BROWSABLE_ONLY, String.valueOf(browsableOnly)) in buildChannelsUriForInput()
557 @Nullable String genre, boolean browsableOnly) { in buildChannelsUriForInput() argument
559 return buildChannelsUriForInput(inputId, browsableOnly); in buildChannelsUriForInput()
564 return buildChannelsUriForInput(inputId, browsableOnly).buildUpon() in buildChannelsUriForInput()