Searched refs:entrynames (Results 1 – 1 of 1) sorted by relevance
4868 String [] entrynames = dir.list(); in getCompressedAlbumArt() local4869 if (entrynames == null) { in getCompressedAlbumArt()4874 for (int i = entrynames.length - 1; i >=0; i--) { in getCompressedAlbumArt()4875 String entry = entrynames[i].toLowerCase(); in getCompressedAlbumArt()4877 bestmatch = entrynames[i]; in getCompressedAlbumArt()4882 bestmatch = entrynames[i]; in getCompressedAlbumArt()4887 bestmatch = entrynames[i]; in getCompressedAlbumArt()4890 bestmatch = entrynames[i]; in getCompressedAlbumArt()4893 bestmatch = entrynames[i]; in getCompressedAlbumArt()