Searched refs:findPathForUuid (Results 1 – 8 of 8) sorted by relevance
124 whenever(mStorageManager.findPathForUuid(nullable())).thenReturn(mFile)
298 path = mStorage.findPathForUuid(volumeUuid); in getFreeBytes()
332 final File volume = storage.findPathForUuid(StorageManager.UUID_PRIVATE_INTERNAL);
790 final File file = storage.findPathForUuid(StorageManager.UUID_PRIVATE_INTERNAL);
2780 final File file = storage.findPathForUuid(volumeUuid);
926 public @NonNull File findPathForUuid(String volumeUuid) throws FileNotFoundException { in findPathForUuid() method in StorageManager
3997 final File path = storage.findPathForUuid(volumeUuid); in getAllocatableBytes()4051 final File path = storage.findPathForUuid(volumeUuid); in allocateBytes()
38885 Landroid/os/storage/StorageManager;->findPathForUuid(Ljava/lang/String;)Ljava/io/File;