Searched refs:getArtist (Results 1 – 11 of 11) sorted by relevance
173 public CharSequence getArtist() { in getArtist() method in MediaItemMetadata494 && Objects.equals(getArtist(), that.getArtist()) in equals()
110 CharSequence artistName = metadata.getArtist(); in MetadataController()
128 mSubtitle = mapNonNull(playbackViewModel.getMetadata(), MediaItemMetadata::getArtist); in init()
51 public @Nullable Artist getArtist() { in getArtist() method in Audio
57 public @Nullable Artist getArtist() { in getArtist() method in Album
151 Artist artist = audio.getArtist(); in bind()
158 Artist artist = album.getArtist(); in bind()
176 Artist artist = audio.getArtist(); in bind()
210 Artist artist = audio.getArtist(); in bind()
212 Artist artist = audio.getArtist(); in bind()
261 Artist artist = audio.getArtist(); in bind()