Searched refs:sFolderArtMap (Results 1 – 1 of 1) sorted by relevance
124 private static final HashMap<String, String> sFolderArtMap = new HashMap<String, String>(); field in MediaProvider254 sFolderArtMap.clear();4862 synchronized (sFolderArtMap) { in getCompressedAlbumArt()4863 if (sFolderArtMap.containsKey(artPath)) { in getCompressedAlbumArt()4864 bestmatch = sFolderArtMap.get(artPath); in getCompressedAlbumArt()4898 sFolderArtMap.put(artPath, bestmatch); in getCompressedAlbumArt()