Home
last modified time | relevance | path

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

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