Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DChannelLogoFetcher.java110 String storedChannelLogoUri = (String) uncheckedChannels.remove(channelIdString); in doInBackground() local
112 && !TextUtils.equals(storedChannelLogoUri, channel.getLogoUri())) { in doInBackground()
116 && (!TextUtils.isEmpty(storedChannelLogoUri) in doInBackground()