Lines Matching refs:parseLong
385 ? MusicUtils.getSongListForArtist(this, Long.parseLong(mCurrentArtistId))
386 : MusicUtils.getSongListForAlbum(this, Long.parseLong(mCurrentAlbumId));
394 ? MusicUtils.getSongListForArtist(this, Long.parseLong(mCurrentArtistId))
395 : MusicUtils.getSongListForAlbum(this, Long.parseLong(mCurrentAlbumId));
409 ? MusicUtils.getSongListForArtist(this, Long.parseLong(mCurrentArtistId))
410 : MusicUtils.getSongListForAlbum(this, Long.parseLong(mCurrentAlbumId));
420 list = MusicUtils.getSongListForArtist(this, Long.parseLong(mCurrentArtistId));
429 list = MusicUtils.getSongListForAlbum(this, Long.parseLong(mCurrentAlbumId));
506 this, Long.parseLong(mCurrentArtistId));
509 this, Long.parseLong(mCurrentAlbumId));
512 this, list, Long.parseLong(uri.getLastPathSegment()));