Searched refs:authorityIdx (Results 1 – 1 of 1) sorted by relevance
839 final int authorityIdx = cursor.getColumnIndex(AlbumColumns.AUTHORITY); in assertAlbumCursor() local841 if (authorityIdx >= 0) { in assertAlbumCursor()843 authority = cursor.getString(authorityIdx); in assertAlbumCursor()