Searched refs:channelLogo (Results 1 – 1 of 1) sorted by relevance
23 private int channelLogo; field in Subscription29 String name, String description, String appLinkIntentUri, int channelLogo) { in Subscription() argument33 this.channelLogo = channelLogo; in Subscription()37 String name, String description, String appLinkIntentUri, int channelLogo) { in createSubscription() argument38 return new Subscription(name, description, appLinkIntentUri, channelLogo); in createSubscription()74 return channelLogo; in getChannelLogo()77 public void setChannelLogo(int channelLogo) { in setChannelLogo() argument78 this.channelLogo = channelLogo; in setChannelLogo()