Home
last modified time | relevance | path

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

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