Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DChannelLogoFetcher.java111 if (!TextUtils.isEmpty(channel.getLogoUri()) in doInBackground()
112 && !TextUtils.equals(storedChannelLogoUri, channel.getLogoUri())) { in doInBackground()
114 sharedPreferencesEditor.putString(channelIdString, channel.getLogoUri()); in doInBackground()
115 } else if (TextUtils.isEmpty(channel.getLogoUri()) in doInBackground()
135 String logoUri = channel.getLogoUri(); in doInBackground()
DChannelImpl.java256 public String getLogoUri() { in getLogoUri() method in ChannelImpl
/packages/apps/TV/src/com/android/tv/data/api/
DChannel.java90 String getLogoUri(); in getLogoUri() method
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeEpgReader.java101 updatedChannel.setLogoUri(channel.getLogoUri()); in getChannels()