Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/api/
DChannel.java102 boolean hasSameReadOnlyInfo(Channel mCurrentChannel); in hasSameReadOnlyInfo() method
/packages/apps/TV/src/com/android/tv/
DChannelTuner.java309 || (channel != null && channel.hasSameReadOnlyInfo(mCurrentChannel))) { in setCurrentChannelAndNotify()
/packages/apps/TV/src/com/android/tv/menu/
DChannelsRowAdapter.java207 .hasSameReadOnlyInfo(ChannelsRowItem.APP_LINK_ITEM.getChannel())) { in updateItems()
DAppLinkCardView.java269 if (!cardView.mChannel.hasSameReadOnlyInfo(channel)) { in createChannelLogoCallback()
/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java329 public boolean hasSameReadOnlyInfo(Channel other) { in hasSameReadOnlyInfo() method in ChannelImpl
DChannelDataManager.java660 if (!channelWrapper.mChannel.hasSameReadOnlyInfo(channel)) { in onPostExecute()