Searched defs:songid (Results 1 – 3 of 3) sorted by relevance
1262 public long songid; field in MediaPlaybackActivity.AlbumSongIdWrapper1280 long songid = mService.getAudioId(); in updateTrackInfo() local1327 long songid = ((AlbumSongIdWrapper) msg.obj).songid; in handleMessage() local
1048 private static Bitmap getArtworkFromFile(Context context, long songid, long albumid) { in getArtworkFromFile()
4572 int songid = Integer.parseInt(uri.getPathSegments().get(3)); in openFile() local