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

  /frameworks/base/media/java/android/media/tv/
TvContract.java 137 public static final Uri buildChannelLogoUri(long channelId) {
138 return buildChannelLogoUri(buildChannelUri(channelId));
146 public static final Uri buildChannelLogoUri(Uri channelUri) {
765 * Uri channelLogoUri = TvContract.buildChannelLogoUri(channelId);
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvContractTest.java 286 Uri logoUri = TvContract.buildChannelLogoUri(channelUri);
303 verifyLogoIsReadable(TvContract.buildChannelLogoUri(ContentUris.parseId(channelUri)));
  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java     [all...]

Completed in 62 milliseconds