OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildChannelsUriForInput
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/media/java/android/media/tv/
TvContract.java
159
public static final Uri
buildChannelsUriForInput
(String inputId) {
160
return
buildChannelsUriForInput
(inputId, false);
174
public static final Uri
buildChannelsUriForInput
(String inputId, boolean browsableOnly) {
196
public static final Uri
buildChannelsUriForInput
(String inputId, String genre,
199
return
buildChannelsUriForInput
(inputId, browsableOnly);
204
return
buildChannelsUriForInput
(inputId, browsableOnly).buildUpon()
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputSetupActivity.java
50
final Uri uri = TvContract.
buildChannelsUriForInput
(inputId);
/cts/tests/tests/tv/src/android/media/tv/cts/
StubTunerTvInputService.java
75
resolver.delete(TvContract.
buildChannelsUriForInput
(info.getId()), null, null);
TvViewTest.java
195
Uri uri = TvContract.
buildChannelsUriForInput
(mStubInfo.getId());
355
Uri uri = TvContract.
buildChannelsUriForInput
(mStubInfo.getId());
TvContractTest.java
96
mChannelsUri = TvContract.
buildChannelsUriForInput
(mInputId);
/cts/suite/cts/deviceTests/tvproviderperf/src/com/android/cts/tvproviderperf/
TvProviderPerfTest.java
143
mContentResolver.delete(TvContract.
buildChannelsUriForInput
(mInputId), null, null);
Completed in 95 milliseconds