Searched refs:logoIndex (Results 1 – 1 of 1) sorted by relevance
84 public static String getUriStringForChannelLogo(Context context, int logoIndex) { in getUriStringForChannelLogo() argument85 int index = (logoIndex % 1000) + 1; in getUriStringForChannelLogo()