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.java498 private VolumeInfo findVolumeByIdOrThrow(String id) { in findVolumeByIdOrThrow() method in StorageManagerService
2327 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()