Home | History | Annotate | Download | only in music

Lines Matching refs:art

737             // we just use it to see if there is album art or not
738 String art = cursor.getString(cursor.getColumnIndexOrThrow(
740 if (unknown || art == null || art.length() == 0) {