HomeSort by relevance Sort by last modified time
    Searched refs:getUuidForPath (Results 1 - 9 of 9) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
StorageTest.java 96 sm.getUuidForPath(getContext().getCacheDir()));
98 sm.getUuidForPath(getContext().getExternalCacheDir()));
145 sm.getUuidForPath(getContext().getCacheDir()));
155 final UUID filesUuid = sm.getUuidForPath(filesDir);
156 final UUID extUuid = sm.getUuidForPath(extDir);
UtilsReceiver.java 62 final UUID intUuid = sm.getUuidForPath(intDir);
63 final UUID extUuid = sm.getUuidForPath(extDir);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
MigrateEstimateTask.java 82 final UUID emulatedUuid = storage.getUuidForPath(emulatedVol.getPath());
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageHelperTests.java 92 Mockito.when(storageManager.getUuidForPath(Mockito.eq(internalFile))).thenReturn(internalUuid);
93 Mockito.when(storageManager.getUuidForPath(Mockito.eq(adoptedFile))).thenReturn(adoptedUuid);
94 Mockito.when(storageManager.getUuidForPath(Mockito.eq(publicFile))).thenReturn(publicUuid);
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 263 final UUID uuid = mStorageManager.getUuidForPath(file);
271 mStorageManager.getUuidForPath(Environment.getDataDirectory()));
273 mStorageManager.getUuidForPath(mContext.getDataDir()));
276 .getUuidForPath(Environment.getExternalStorageDirectory());
281 assertEquals(extUuid, mStorageManager.getUuidForPath(mContext.getExternalCacheDir()));
282 assertEquals(extUuid, mStorageManager.getUuidForPath(new File("/sdcard/")));
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 187 final UUID target = storageManager.getUuidForPath(new File(vol.path));
261 final UUID target = storage.getUuidForPath(Environment.getDataDirectory());
  /cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java 255 final UUID filesUuid = sm.getUuidForPath(filesDir);
328 final UUID filesUuid = sm.getUuidForPath(context.getFilesDir());
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 145 * @see #getUuidForPath(File)
183 * @see #getUuidForPath(File)
753 public @NonNull UUID getUuidForPath(@NonNull File path) throws IOException {
793 getUuidForPath(ParcelFileDescriptor.getFile(fd));
    [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 316 milliseconds