Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java4869 private static boolean isRootStorageDir(String[] rootPaths, String testPath) { in isRootStorageDir() argument
4870 for (String rootPath : rootPaths) { in isRootStorageDir()
4880 private static byte[] getCompressedAlbumArt(Context context, String[] rootPaths, String path) { in getCompressedAlbumArt() argument
4914 } else if (!isRootStorageDir(rootPaths, artPath) && in getCompressedAlbumArt()