Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java514 private @Nullable VolumeInfo findStorageForUuidAsUser(String volumeUuid, in findStorageForUuidAsUser() method in StorageManagerService
2761 from = findStorageForUuidAsUser(mPrimaryStorageUuid, currentUserId); in setPrimaryStorageUuid()
2762 to = findStorageForUuidAsUser(volumeUuid, currentUserId); in setPrimaryStorageUuid()