Searched refs:getLogoUri (Results 1 – 4 of 4) sorted by relevance
111 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()
256 public String getLogoUri() { in getLogoUri() method in ChannelImpl
90 String getLogoUri(); in getLogoUri() method
101 updatedChannel.setLogoUri(channel.getLogoUri()); in getChannels()