Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DChannelTuner.java353 || (channel != null && channel.hasSameReadOnlyInfo(mCurrentChannel))) { in setCurrentChannelAndNotify()
/packages/apps/TV/src/com/android/tv/menu/
DAppLinkCardView.java187 if (!cardView.mChannel.hasSameReadOnlyInfo(channel)) { in createChannelLogoCallback()
/packages/apps/TV/src/com/android/tv/data/
DChannel.java303 public boolean hasSameReadOnlyInfo(Channel other) { in hasSameReadOnlyInfo() method in Channel
DChannelDataManager.java627 if (!channelWrapper.mChannel.hasSameReadOnlyInfo(channel)) { in onPostExecute()