Home
last modified time | relevance | path

Searched defs:volumeName (Results 1 – 10 of 10) sorted by relevance

/cts/tests/mediaprovider/modern/src/android/provider/cts/media/modern/
DMediaStoreAudioTestHelper.java62 public abstract ContentValues getContentValues(String volumeName); in getContentValues()
64 public Uri insert(ContentResolver contentResolver, String volumeName) { in insert()
110 public ContentValues getContentValues(String volumeName) { in getContentValues()
172 public ContentValues getContentValues(String volumeName) { in getContentValues()
215 public ContentValues getContentValues(String volumeName) { in getContentValues()
233 public ContentValues getContentValues(String volumeName) { in getContentValues()
251 public ContentValues getContentValues(String volumeName) { in getContentValues()
272 public ContentValues getContentValues(String volumeName) { in getContentValues()
294 public ContentValues getContentValues(String volumeName) { in getContentValues()
319 public ContentValues getContentValues(String volumeName) { in getContentValues()
DMediaProviderTestUtils.java105 public static String resolveVolumeName(String volumeName) { in resolveVolumeName()
133 public static File getVolumePath(String volumeName) { in getVolumePath()
139 public static File stageDir(String volumeName) throws IOException { in stageDir()
152 public static File stageDownloadDir(String volumeName) throws IOException { in stageDownloadDir()
207 public static File createMediaInDownloads(ContentResolver resolver, String volumeName) in createMediaInDownloads()
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStoreAudioTestHelper.java62 public abstract ContentValues getContentValues(String volumeName); in getContentValues()
64 public Uri insert(ContentResolver contentResolver, String volumeName) { in insert()
110 public ContentValues getContentValues(String volumeName) { in getContentValues()
172 public ContentValues getContentValues(String volumeName) { in getContentValues()
215 public ContentValues getContentValues(String volumeName) { in getContentValues()
233 public ContentValues getContentValues(String volumeName) { in getContentValues()
251 public ContentValues getContentValues(String volumeName) { in getContentValues()
272 public ContentValues getContentValues(String volumeName) { in getContentValues()
294 public ContentValues getContentValues(String volumeName) { in getContentValues()
319 public ContentValues getContentValues(String volumeName) { in getContentValues()
DMediaProviderTestUtils.java105 public static String resolveVolumeName(String volumeName) { in resolveVolumeName()
133 public static File getVolumePath(String volumeName) { in getVolumePath()
139 public static File stageDir(String volumeName) throws IOException { in stageDir()
152 public static File stageDownloadDir(String volumeName) throws IOException { in stageDownloadDir()
207 public static File createMediaInDownloads(ContentResolver resolver, String volumeName) in createMediaInDownloads()
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DPublicVolumeLegacyTest.java36 final String volumeName = TestUtils.getPublicVolumeName(); in setup() local
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DPublicVolumeTest.java37 final String volumeName = TestUtils.getPublicVolumeName(); in setup() local
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DScopedStorageBaseDeviceTest.java53 public void setupExternalStorage(String volumeName) throws Exception { in setupExternalStorage()
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java347 String volumeName = StorageManagerHelper.createUSBVirtualDisk(); in testGetStorageVolumeUSB() local
369 String volumeName = StorageManagerHelper.createSDCardVirtualDisk(); in testGetStorageVolumeSDCard() local
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java164 final String volumeName = MediaStore.getVolumeName(mediaStoreUri); in getMediaStoreColumnValue() local
/cts/tests/providerui/src/android/providerui/cts/
DMediaStoreUiTest.java500 public File getVolumePath(String volumeName) { in getVolumePath()