Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/
H A DDownloadProviderTest.java95 File volPath = getVolumePath(context, volName); in createOtherPackageExternalFilesDir()
144 private static File getVolumePath(Context context, String volumeName) { in getVolumePath() method in DownloadProviderTest
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DVolumeCache.java104 public @NonNull File getVolumePath(@NonNull String volumeName, @NonNull UserHandle user) in getVolumePath() method in VolumeCache
116 return FileUtils.getVolumePath(userContext, volumeName); in getVolumePath()
H A DMediaProvider.java403 public @NonNull File getVolumePath(@NonNull String volumeName) throws FileNotFoundException { in getVolumePath() method in MediaProvider
410 return mVolumeCache.getVolumePath(volumeName, mCallingIdentity.get().getUser()); in getVolumePath()
3271 volumePath = getVolumePath(resolvedVolumeName); in ensureFileColumns()
3469 File volumePath = getVolumePath(volumeName); in checkDefaultDirMissing()
6002 final File volumePath = getVolumePath(volumeName);
9364 getVolumePath(volumeName);
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/
H A DFileUtils.java813 res.add(getVolumePath(context, resolvedVolumeName));
818 res.add(getVolumePath(context, volumeName));
827 public static @NonNull File getVolumePath(@NonNull Context context,