Searched refs:sFolderArtMap (Results 1 – 1 of 1) sorted by relevance
126 private static final HashMap<String, String> sFolderArtMap = new HashMap<String, String>(); field in MediaProvider259 sFolderArtMap.clear();4911 synchronized (sFolderArtMap) { in getCompressedAlbumArt()4912 if (sFolderArtMap.containsKey(artPath)) { in getCompressedAlbumArt()4913 bestmatch = sFolderArtMap.get(artPath); in getCompressedAlbumArt()4947 sFolderArtMap.put(artPath, bestmatch); in getCompressedAlbumArt()