OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSongListForAlbum
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java
303
long [] list = MusicUtils.
getSongListForAlbum
(this, Long.parseLong(mCurrentAlbumId));
309
long [] list = MusicUtils.
getSongListForAlbum
(this, Long.parseLong(mCurrentAlbumId));
322
long [] list = MusicUtils.
getSongListForAlbum
(this, Long.parseLong(mCurrentAlbumId));
328
long [] list = MusicUtils.
getSongListForAlbum
(this, Long.parseLong(mCurrentAlbumId));
396
long [] list = MusicUtils.
getSongListForAlbum
(this, Long.parseLong(mCurrentAlbumId));
ArtistAlbumBrowserActivity.java
391
: MusicUtils.
getSongListForAlbum
(this, Long.parseLong(mCurrentAlbumId));
401
: MusicUtils.
getSongListForAlbum
(this, Long.parseLong(mCurrentAlbumId));
417
: MusicUtils.
getSongListForAlbum
(this, Long.parseLong(mCurrentAlbumId));
436
list = MusicUtils.
getSongListForAlbum
(this, Long.parseLong(mCurrentAlbumId));
514
list = MusicUtils.
getSongListForAlbum
(this, Long.parseLong(mCurrentAlbumId));
[
all
...]
MusicUtils.java
345
public static long []
getSongListForAlbum
(Context context, long id) {
[
all
...]
Completed in 134 milliseconds