Home
last modified time | relevance | path

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

/cts/tests/tests/provider/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()
111 public ContentValues getContentValues(String volumeName) { in getContentValues()
174 public ContentValues getContentValues(String volumeName) { in getContentValues()
217 public ContentValues getContentValues(String volumeName) { in getContentValues()
235 public ContentValues getContentValues(String volumeName) { in getContentValues()
253 public ContentValues getContentValues(String volumeName) { in getContentValues()
273 public ContentValues getContentValues(String volumeName) { in getContentValues()
/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/device/src/android/scopedstorage/cts/device/
DScopedStorageBaseDeviceTest.java62 void setupExternalStorage(String volumeName) { in setupExternalStorage()
/cts/tests/tests/provider/src/android/provider/cts/
DProviderTestUtils.java112 public static String resolveVolumeName(String volumeName) { in resolveVolumeName()
229 public static File getVolumePath(String volumeName) { in getVolumePath()
235 public static File stageDir(String volumeName) throws IOException { in stageDir()
248 public static File stageDownloadDir(String volumeName) throws IOException { in stageDownloadDir()
/cts/tests/providerui/src/android/providerui/cts/
DMediaStoreUiTest.java307 public File getVolumePath(String volumeName) { in getVolumePath()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java163 final String volumeName = MediaStore.getVolumeName(mediaStoreUri); in getMediaStoreColumnValue() local