Searched refs:findVolumeByIdOrThrow (Results 1 – 1 of 1) sorted by relevance
498 private VolumeInfo findVolumeByIdOrThrow(String id) { in findVolumeByIdOrThrow() method in StorageManagerService2327 final VolumeInfo vol = findVolumeByIdOrThrow(volId); in mount()2398 final VolumeInfo vol = findVolumeByIdOrThrow(volId); in unmount()2424 final VolumeInfo vol = findVolumeByIdOrThrow(volId); in format()3120 return findVolumeByIdOrThrow(state.volId).getPath().getAbsolutePath(); in getMountedObbPath()