Searched defs:storeChannelLogo (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/tv-provider/src/android/support/media/tv/
H A DChannelLogoUtils.java76 public static boolean storeChannelLogo(@NonNull Context context, long channelId, method in class:ChannelLogoUtils
108 return fetchedLogo != null && storeChannelLogo(context, channelId, fetchedLogo);
124 public static boolean storeChannelLogo(@NonNull Context context, long channelId, method in class:ChannelLogoUtils
146 * @see #storeChannelLogo(Context, long, Uri)
147 * @see #storeChannelLogo(Context, long, Bitmap)

Completed in 588 milliseconds