HomeSort by relevance Sort by last modified time
    Searched refs:buildProgramsUriForChannel (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/java/android/media/tv/
TvContract.java 222 public static final Uri buildProgramsUriForChannel(long channelId) {
232 public static final Uri buildProgramsUriForChannel(Uri channelUri) {
236 return buildProgramsUriForChannel(ContentUris.parseId(channelUri));
249 public static final Uri buildProgramsUriForChannel(long channelId, long startTime,
251 Uri uri = buildProgramsUriForChannel(channelId);
266 public static final Uri buildProgramsUriForChannel(Uri channelUri, long startTime,
271 return buildProgramsUriForChannel(ContentUris.parseId(channelUri), startTime, endTime);
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvContractTest.java 113 TvContract.buildProgramsUriForChannel(channelId), null, null);
343 verifyProgramsTable(TvContract.buildProgramsUriForChannel(channelId), channelId);
344 verifyProgramsTable(TvContract.buildProgramsUriForChannel(channelUri), channelId);
349 try (Cursor cursor = mContentResolver.query(TvContract.buildProgramsUriForChannel(
353 try (Cursor cursor = mContentResolver.query(TvContract.buildProgramsUriForChannel(
371 Uri programsUri = TvContract.buildProgramsUriForChannel(channelId);
  /cts/suite/cts/deviceTests/tvproviderperf/src/com/android/cts/tvproviderperf/
TvProviderPerfTest.java 221 TvContract.buildProgramsUriForChannel(channelUri),
254 TvContract.buildProgramsUriForChannel(
274 TvContract.buildProgramsUriForChannel(

Completed in 49 milliseconds