Searched refs:getUuidForPath (Results 1 – 6 of 6) sorted by relevance
92 … Mockito.when(storageManager.getUuidForPath(Mockito.eq(internalFile))).thenReturn(internalUuid); in createStorageManagerMock()93 … Mockito.when(storageManager.getUuidForPath(Mockito.eq(adoptedFile))).thenReturn(adoptedUuid); in createStorageManagerMock()94 Mockito.when(storageManager.getUuidForPath(Mockito.eq(publicFile))).thenReturn(publicUuid); in createStorageManagerMock()
187 final UUID target = storageManager.getUuidForPath(new File(vol.path)); in resolveInstallVolume()261 final UUID target = storage.getUuidForPath(Environment.getDataDirectory()); in fitsOnInternal()
753 public @NonNull UUID getUuidForPath(@NonNull File path) throws IOException { in getUuidForPath() method in StorageManager793 getUuidForPath(ParcelFileDescriptor.getFile(fd)); in isAllocationSupported()1854 final UUID uuid = getUuidForPath(file); in allocateBytes()
31770 Landroid/os/storage/StorageManager;->getUuidForPath(Ljava/io/File;)Ljava/util/UUID;
4521 HPLandroid/os/storage/StorageManager;->getUuidForPath(Ljava/io/File;)Ljava/util/UUID;
33537 method public java.util.UUID getUuidForPath(java.io.File) throws java.io.IOException;