Searched refs:artistId (Results 1 – 3 of 3) sorted by relevance
126 long artistId = cursor.getLong(artistIdColumn); in load() local128 Artist artist = Collections.find(artists, artistId, Artist::getId); in load()165 long artistId = cursor.getLong(artistIdColumn); in load() local167 Artist artist = Collections.find(artists, artistId, Artist::getId); in load()265 long artistId = cursor.getLong(artistIdColumn); in loadData() local266 Artist artist = mMediaProvider.getArtistById(artistId); in loadData()337 long artistId = cursor.getLong(artistIdColumn); in loadData() local338 Artist artist = mMediaProvider.getArtistById(artistId); in loadData()
3891 public static final Uri getContentUri(String volumeName,long artistId) { in getContentUri() argument3893 .withAppendedId(Audio.Artists.getContentUri(volumeName), artistId) in getContentUri()
6094 final String artistId = uri.getPathSegments().get(3);6095 appendWhereStandalone(qb, "artist_id=?", artistId);