Searched refs:findVolumeById (Results 1 – 4 of 4) sorted by relevance
668 public @Nullable VolumeInfo findVolumeById(String id) { in findVolumeById() method in StorageManager706 return findVolumeById(emulatedVol.getId().replace("emulated", "private")); in findPrivateForEmulated()715 return findVolumeById(privateVol.getId().replace("private", "emulated")); in findEmulatedForPrivate()724 return findVolumeById(VolumeInfo.ID_PRIVATE_INTERNAL); in findVolumeByQualifiedUuid()
115 Mockito.when(storageManager.findVolumeById(VolumeInfo.ID_PRIVATE_INTERNAL)) in getMockedStorageManager()
1920 return storage.findVolumeById(VolumeInfo.ID_PRIVATE_INTERNAL); in getPackageCurrentVolume()
408 return storage.findVolumeById(VolumeInfo.ID_EMULATED_INTERNAL); in findStorageForUuid()