Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DMediaStoreAudioTestHelper.java58 public abstract ContentValues getContentValues(String volumeName); in getContentValues()
60 public Uri insert(ContentResolver contentResolver, String volumeName) { in insert()
106 public ContentValues getContentValues(String volumeName) { in getContentValues()
168 public ContentValues getContentValues(String volumeName) { in getContentValues()
211 public ContentValues getContentValues(String volumeName) { in getContentValues()
229 public ContentValues getContentValues(String volumeName) { in getContentValues()
247 public ContentValues getContentValues(String volumeName) { in getContentValues()
DProviderTestUtils.java87 static String resolveVolumeName(String volumeName) { in resolveVolumeName()
200 static File stageDir(String volumeName) throws IOException { in stageDir()
210 static File stageDownloadDir(String volumeName) throws IOException { in stageDownloadDir()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java144 final String volumeName = MediaStore.getVolumeName(mediaStoreUri); in getMediaStoreColumnValue() local