Searched refs:findVolumeByIdOrThrow (Results 1 – 1 of 1) sorted by relevance
359 private VolumeInfo findVolumeByIdOrThrow(String id) { in findVolumeByIdOrThrow() method in StorageManagerService1810 final VolumeInfo vol = findVolumeByIdOrThrow(volId); in mount()1829 final VolumeInfo vol = findVolumeByIdOrThrow(volId); in unmount()1845 final VolumeInfo vol = findVolumeByIdOrThrow(volId); in format()2377 return findVolumeByIdOrThrow(state.volId).getPath().getAbsolutePath(); in getMountedObbPath()