Searched refs:getVolumeScanPaths (Results 1 – 4 of 4) sorted by relevance
121 public @NonNull Collection<File> getVolumeScanPaths(@NonNull String volumeName, in getVolumeScanPaths() method in VolumeCache139 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()
203 for (File dir : FileUtils.getVolumeScanPaths(context, volumeName)) { in onScanVolume()
561 Collection<File> volumeScanPaths = mVolumeCache.getVolumeScanPaths(volumeName, in getAllowedVolumePaths()
806 public static @NonNull Collection<File> getVolumeScanPaths(@NonNull Context context,