Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java152 private boolean mChannelLogoExist; field in ChannelImpl
407 mChannelLogoExist = channel.channelLogoExists(); in copyFrom()
439 mChannelLogoExist = other.mChannelLogoExist; in copyFrom()
636 mChannelLogoExist = exist; in setChannelLogoExist()
641 return mChannelLogoExist; in channelLogoExists()