Searched refs:getPosterArtUri (Results 1 – 8 of 8) sorted by relevance
394 program.getPosterArtUri(), (int) mNotificationCardMaxWidth, in sendNotification()397 Log.e(TAG, "Failed to decode poster image for " + program.getPosterArtUri()); in sendNotification()
113 cardView.setImageUri(program.getPosterArtUri()); in setTitleAndImage()
574 String posterArtUri = holder.mSelectedEntry.program.getPosterArtUri();575 if (posterArtUri == null || !posterArtUri.equals(program.getPosterArtUri())) {
220 && !TextUtils.isEmpty(mProgram.getPosterArtUri())) {
201 result.imageUri = program.getPosterArtUri(); in addResult()
324 putValue(values, TvContract.Programs.COLUMN_POSTER_ART_URI, program.getPosterArtUri());
223 public String getPosterArtUri() { in getPosterArtUri() method in Program
1916 if (program != null && program.getPosterArtUri() != null) { in updateMediaSession()