Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageHelperTests.java92 … 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()
/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java189 final UUID target = storageManager.getUuidForPath(new File(vol.path)); in resolveInstallVolume()
263 final UUID target = storage.getUuidForPath(Environment.getDataDirectory()); in fitsOnInternal()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java815 public @NonNull UUID getUuidForPath(@NonNull File path) throws IOException { in getUuidForPath() method in StorageManager
855 getUuidForPath(ParcelFileDescriptor.getFile(fd)); in isAllocationSupported()
2149 final UUID uuid = getUuidForPath(file); in allocateBytes()
/frameworks/base/config/
Dboot-image-profile.txt12590 HSPLandroid/os/storage/StorageManager;->getUuidForPath(Ljava/io/File;)Ljava/util/UUID;
/frameworks/base/non-updatable-api/
Dcurrent.txt35872 …method @NonNull public java.util.UUID getUuidForPath(@NonNull java.io.File) throws java.io.IOExcep…
/frameworks/base/api/
Dcurrent.txt36016 …method @NonNull public java.util.UUID getUuidForPath(@NonNull java.io.File) throws java.io.IOExcep…