Searched refs:mGroupArtistIdx (Results 1 – 1 of 1) sorted by relevance
553 private int mGroupArtistIdx; field in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter614 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()