Searched refs:findVolumeById (Results 1 – 3 of 3) sorted by relevance
546 public @Nullable VolumeInfo findVolumeById(String id) { in findVolumeById() method in StorageManager584 return findVolumeById(emulatedVol.getId().replace("emulated", "private")); in findPrivateForEmulated()593 return findVolumeById(privateVol.getId().replace("private", "emulated")); in findEmulatedForPrivate()602 return findVolumeById(VolumeInfo.ID_PRIVATE_INTERNAL); in findVolumeByQualifiedUuid()
1778 return storage.findVolumeById(VolumeInfo.ID_PRIVATE_INTERNAL); in getPackageCurrentVolume()
380 return storage.findVolumeById(VolumeInfo.ID_EMULATED_INTERNAL); in findStorageForUuid()