Home
last modified time | relevance | path

Searched refs:channelLogoExists (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/TV/src/com/android/tv/data/api/
H A DChannel.java116 boolean channelLogoExists(); in channelLogoExists() method
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DChannelImpl.java407 mChannelLogoExist = channel.channelLogoExists(); in copyFrom()
640 public boolean channelLogoExists() { in channelLogoExists() method in ChannelImpl
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DChannelBannerView.java404 mCurrentChannel != null && mCurrentChannel.channelLogoExists(); in updateViews()