Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DVolumeCache.java121 public @NonNull Collection<File> getVolumeScanPaths(@NonNull String volumeName, in getVolumeScanPaths() method in VolumeCache
139 final Collection<File> res = FileUtils.getVolumeScanPaths(userContext, volumeName); in getVolumeScanPaths()
181 mCachedVolumeScanPaths.put(volume, FileUtils.getVolumeScanPaths(userContext, in updateExternalVolumesForUserLocked()
196 mCachedInternalScanPaths = FileUtils.getVolumeScanPaths(mContext, in update()
DMediaService.java203 for (File dir : FileUtils.getVolumeScanPaths(context, volumeName)) { in onScanVolume()
DMediaProvider.java561 Collection<File> volumeScanPaths = mVolumeCache.getVolumeScanPaths(volumeName, in getAllowedVolumePaths()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DFileUtils.java806 public static @NonNull Collection<File> getVolumeScanPaths(@NonNull Context context,