Home | History | Annotate | Download | only in storage

Lines Matching defs:volumes

922         // SAF to write to transient volumes.)
1020 private static @Nullable StorageVolume getStorageVolume(StorageVolume[] volumes, File file) {
1030 for (StorageVolume volume : volumes) {
1059 * Return the list of shared/external storage volumes available to the
1061 * any attached external volumes including SD cards and USB drives.
1129 * Returns list of paths for all mountable volumes.
1134 StorageVolume[] volumes = getVolumeList();
1135 int count = volumes.length;
1138 paths[i] = volumes[i].getPath();
1149 public static @NonNull StorageVolume getPrimaryVolume(StorageVolume[] volumes) {
1150 for (StorageVolume volume : volumes) {