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.java4821 private static boolean isRootStorageDir(String artPath) { in isRootStorageDir() argument
4824 (artPath.equalsIgnoreCase(mExternalStoragePaths[i]))) in isRootStorageDir()
4857 String artPath = path.substring(0, lastSlash); in getCompressedAlbumArt() local
4863 if (sFolderArtMap.containsKey(artPath)) { in getCompressedAlbumArt()
4864 bestmatch = sFolderArtMap.get(artPath); in getCompressedAlbumArt()
4865 } else if (!isRootStorageDir(artPath) && in getCompressedAlbumArt()
4866 !artPath.equalsIgnoreCase(dwndir)) { in getCompressedAlbumArt()
4867 File dir = new File(artPath); in getCompressedAlbumArt()
4898 sFolderArtMap.put(artPath, bestmatch); in getCompressedAlbumArt()
4903 File file = new File(artPath, bestmatch); in getCompressedAlbumArt()