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.java153 private boolean mChannelLogoExist; field in ChannelImpl
408 mChannelLogoExist = channel.channelLogoExists(); in copyFrom()
440 mChannelLogoExist = other.mChannelLogoExist; in copyFrom()
637 mChannelLogoExist = exist; in setChannelLogoExist()
642 return mChannelLogoExist; in channelLogoExists()