Home
last modified time | relevance | path

Searched refs:findVolumeByIdOrThrow (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java359 private VolumeInfo findVolumeByIdOrThrow(String id) { in findVolumeByIdOrThrow() method in StorageManagerService
1810 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()