Home
last modified time | relevance | path

Searched refs:mGroupArtistIdx (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Music/src/com/android/music/
DArtistAlbumBrowserActivity.java553 private int mGroupArtistIdx; field in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter
614 mGroupArtistIdx = cursor.getColumnIndexOrThrow(MediaStore.Audio.Artists.ARTIST); in getColumnIndices()
620 mIndexer = new MusicAlphabetIndexer(cursor, mGroupArtistIdx, in getColumnIndices()
671 String artist = cursor.getString(mGroupArtistIdx); in bindGroupView()
817 return new MyCursorWrapper(c, groupCursor.getString(mGroupArtistIdx)); in getChildrenCursor()