Searched refs:entrynames (Results 1 – 1 of 1) sorted by relevance
4917 String [] entrynames = dir.list(); in getCompressedAlbumArt() local4918 if (entrynames == null) { in getCompressedAlbumArt()4923 for (int i = entrynames.length - 1; i >=0; i--) { in getCompressedAlbumArt()4924 String entry = entrynames[i].toLowerCase(); in getCompressedAlbumArt()4926 bestmatch = entrynames[i]; in getCompressedAlbumArt()4931 bestmatch = entrynames[i]; in getCompressedAlbumArt()4936 bestmatch = entrynames[i]; in getCompressedAlbumArt()4939 bestmatch = entrynames[i]; in getCompressedAlbumArt()4942 bestmatch = entrynames[i]; in getCompressedAlbumArt()