Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DMediaStore.java3305 public static @NonNull File getVolumePath(@NonNull String volumeName) in getVolumePath() method in MediaStore
3309 return getVolumePath(sm.getVolumes(), volumeName); in getVolumePath()
3313 public static @NonNull File getVolumePath(@NonNull List<VolumeInfo> volumes, in getVolumePath() method in MediaStore
3363 addCanonicalFile(res, getVolumePath(exactVolume)); in getVolumeScanPaths()
3369 addCanonicalFile(res, getVolumePath(volumeName)); in getVolumeScanPaths()
/frameworks/base/api/
Dtest-current.txt2322 …method @NonNull public static java.io.File getVolumePath(@NonNull String) throws java.io.FileNotFo…