HomeSort by relevance Sort by last modified time
    Searched full:numartistsongs (Results 1 - 1 of 1) sorted by null

  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 710 int numartistsongs = cursor.getInt(cursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.NUMBER_OF_SONGS_FOR_ARTIST)); local
715 numsongs = numartistsongs;
721 if (numsongs == numartistsongs) {
728 args[1] = numartistsongs;
    [all...]

Completed in 2331 milliseconds