Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java172 final UUID target = storageManager.getUuidForPath(new File(volumePath)); in checkFitOnVolume()
268 final UUID target = storageManager.getUuidForPath(new File(volumePath)); in resolveInstallVolume()
293 final UUID target = storage.getUuidForPath(Environment.getDataDirectory()); in fitsOnInternal()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A 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()
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DMigrateEstimateTask.java82 final UUID emulatedUuid = storage.getUuidForPath(emulatedVol.getPath()); in doInBackground()
/aosp12/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java917 public @NonNull UUID getUuidForPath(@NonNull File path) throws IOException { in getUuidForPath() method in StorageManager
957 getUuidForPath(ParcelFileDescriptor.getFile(fd)); in isAllocationSupported()
2412 final UUID uuid = getUuidForPath(file); in allocateBytes()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt13680 HSPLandroid/os/storage/StorageManager;->getUuidForPath(Ljava/io/File;)Ljava/util/UUID;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt32397 …method @NonNull public java.util.UUID getUuidForPath(@NonNull java.io.File) throws java.io.IOExcep…
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt13670 HSPLandroid/os/storage/StorageManager;->getUuidForPath(Ljava/io/File;)Ljava/util/UUID;