Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DSharedLibrariesImplTest.kt124 whenever(mStorageManager.findPathForUuid(nullable())).thenReturn(mFile)
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java298 path = mStorage.findPathForUuid(volumeUuid); in getFreeBytes()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DSharedLibrariesImpl.java332 final File volume = storage.findPathForUuid(StorageManager.UUID_PRIVATE_INTERNAL);
H A DInstantAppRegistry.java790 final File file = storage.findPathForUuid(StorageManager.UUID_PRIVATE_INTERNAL);
H A DPackageManagerService.java2780 final File file = storage.findPathForUuid(volumeUuid);
/aosp14/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java926 public @NonNull File findPathForUuid(String volumeUuid) throws FileNotFoundException { in findPathForUuid() method in StorageManager
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3997 final File path = storage.findPathForUuid(volumeUuid); in getAllocatableBytes()
4051 final File path = storage.findPathForUuid(volumeUuid); in allocateBytes()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38885 Landroid/os/storage/StorageManager;->findPathForUuid(Ljava/lang/String;)Ljava/io/File;