Home
last modified time | relevance | path

Searched defs:channelLogo (Results 1 – 1 of 1) sorted by relevance

/developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/model/
DSubscription.java23 private int channelLogo; field in Subscription
29 String name, String description, String appLinkIntentUri, int channelLogo) { in Subscription()
37 String name, String description, String appLinkIntentUri, int channelLogo) { in createSubscription()
77 public void setChannelLogo(int channelLogo) { in setChannelLogo()