Searched refs:findVolumeByIdOrThrow (Results 1 – 1 of 1) sorted by relevance
485 private VolumeInfo findVolumeByIdOrThrow(String id) { in findVolumeByIdOrThrow() method in StorageManagerService2233 final VolumeInfo vol = findVolumeByIdOrThrow(volId); in mount()2303 final VolumeInfo vol = findVolumeByIdOrThrow(volId); in unmount()2329 final VolumeInfo vol = findVolumeByIdOrThrow(volId); in format()3006 return findVolumeByIdOrThrow(state.volId).getPath().getAbsolutePath(); in getMountedObbPath()