Searched refs:rootPaths (Results 1 – 1 of 1) sorted by relevance
4869 private static boolean isRootStorageDir(String[] rootPaths, String testPath) { in isRootStorageDir() argument4870 for (String rootPath : rootPaths) { in isRootStorageDir()4880 private static byte[] getCompressedAlbumArt(Context context, String[] rootPaths, String path) { in getCompressedAlbumArt() argument4914 } else if (!isRootStorageDir(rootPaths, artPath) && in getCompressedAlbumArt()