Home
last modified time | relevance | path

Searched refs:artPath (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java4906 String artPath = path.substring(0, lastSlash); in getCompressedAlbumArt() local
4912 if (sFolderArtMap.containsKey(artPath)) { in getCompressedAlbumArt()
4913 bestmatch = sFolderArtMap.get(artPath); in getCompressedAlbumArt()
4914 } else if (!isRootStorageDir(rootPaths, artPath) && in getCompressedAlbumArt()
4915 !artPath.equalsIgnoreCase(dwndir)) { in getCompressedAlbumArt()
4916 File dir = new File(artPath); in getCompressedAlbumArt()
4947 sFolderArtMap.put(artPath, bestmatch); in getCompressedAlbumArt()
4952 File file = new File(artPath, bestmatch); in getCompressedAlbumArt()