Home
last modified time | relevance | path

Searched refs:RELATIVE_PATH (Results 1 – 15 of 15) sorted by relevance

/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStorePlacementTest.java118 values.put(MediaColumns.RELATIVE_PATH, probe); in testIgnored()
253 mValues.put(MediaColumns.RELATIVE_PATH, Environment.DIRECTORY_ALARMS + "/"); in testRelated()
289 mValues.put(MediaColumns.RELATIVE_PATH, Environment.DIRECTORY_ALARMS + "/"); in testRelated_InvalidMime()
305 mValues.put(MediaColumns.RELATIVE_PATH, Environment.DIRECTORY_ALARMS + "/cts/"); in testRelated_InvalidPath()
328 values.put(MediaColumns.RELATIVE_PATH, path.orElse(null)); in updatePlacement()
DMediaStoreUtils.java118 this.insertValues.remove(MediaColumns.RELATIVE_PATH); in setPath()
120 this.insertValues.put(MediaColumns.RELATIVE_PATH, path); in setPath()
DMediaStore_Audio_MediaTest.java319 FileColumns.RELATIVE_PATH, in testMediaWithSubtitles()
DMediaStore_Video_MediaTest.java467 FileColumns.RELATIVE_PATH, in testMediaWithSubtitles()
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
DMediaStoreUtils.java106 this.insertValues.remove(MediaColumns.RELATIVE_PATH); in setPath()
108 this.insertValues.put(MediaColumns.RELATIVE_PATH, path); in setPath()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DResolverAccessTestUtils.java102 MediaStore.Files.FileColumns.RELATIVE_PATH + " LIKE ?", new String[]{ in assertResolver_listFiles()
150 values.put(MediaStore.MediaColumns.RELATIVE_PATH, folder); in assertResolver_insert()
DTestUtils.java546 values.put(MediaStore.MediaColumns.RELATIVE_PATH, in insertFileFromExternalMedia()
571 MediaStore.MediaColumns.RELATIVE_PATH, in verifyInsertFromExternalPrivateDirViaRelativePath_denied()
578 MediaStore.MediaColumns.RELATIVE_PATH, in verifyInsertFromExternalPrivateDirViaRelativePath_denied()
588 MediaStore.MediaColumns.RELATIVE_PATH, in verifyInsertFromExternalMediaDirViaRelativePath_allowed()
645 MediaStore.MediaColumns.RELATIVE_PATH, in verifyUpdateToExternalMediaDirViaRelativePath_allowed()
658 MediaStore.MediaColumns.RELATIVE_PATH, in verifyUpdateToExternalPrivateDirsViaRelativePath_denied()
665 MediaStore.MediaColumns.RELATIVE_PATH, in verifyUpdateToExternalPrivateDirsViaRelativePath_denied()
998 String selection = MediaStore.MediaColumns.RELATIVE_PATH + " = ? AND " in updateDisplayNameWithMediaProvider()
1256 valuesWithRelativePath.put(MediaStore.MediaColumns.RELATIVE_PATH, in assertCantInsertToOtherPrivateAppDirectories()
1347 valuesWithRelativePath.put(MediaStore.MediaColumns.RELATIVE_PATH, in assertCantUpdateToOtherPrivateAppDirectories()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39795/src/android/security/cts/CVE_2021_39795/
DDeviceTest.java64 values.put(MediaStore.MediaColumns.RELATIVE_PATH, in testFilePresence()
/cts/tests/tests/os/src/android/os/cts/
DFileObserverLegacyPathTest.java78 cv.put(MediaStore.Files.FileColumns.RELATIVE_PATH, "DCIM/testdir"); in testCreateFile()
/cts/tests/PhotoPicker/src/android/photopicker/cts/
DCloudPhotoPickerTest.java327 new String[] {MediaStore.MediaColumns.RELATIVE_PATH}, null, null)) { in testUriAccessWithInvalidProjection() argument
331 assertThat(c.getString(c.getColumnIndex(MediaStore.MediaColumns.RELATIVE_PATH))) in testUriAccessWithInvalidProjection()
/cts/hostsidetests/scopedstorage/redacturi/src/android/scopedstorage/cts/redacturi/
DRedactUriDeviceTest.java200 MediaStore.MediaColumns.RELATIVE_PATH); in testQueryOnRedactionUri()
221 MediaStore.MediaColumns.RELATIVE_PATH, in testQueryOnRedactionUri()
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java826 values.put(MediaStore.MediaColumns.RELATIVE_PATH, Environment.DIRECTORY_DCIM); in assertFileInsertWithMimeType()
909 values.put(MediaStore.MediaColumns.RELATIVE_PATH, topLevelTestDirectory.getName()); in testLegacySystemGalleryCanUpdateToExistingDirectory()
1164 values.put(MediaStore.Files.FileColumns.RELATIVE_PATH, in testInsertToOtherAppPrivateDirFails()
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java836 values.put(MediaStore.MediaColumns.RELATIVE_PATH, Environment.DIRECTORY_DCIM); in testFileManagerCanUpdateOtherAndroidMediaFiles()
846 values.put(MediaStore.MediaColumns.RELATIVE_PATH, in testFileManagerCanUpdateOtherAndroidMediaFiles()
/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java430 values.put(MediaStore.Images.Media.RELATIVE_PATH, relativePath); in createImageEntry()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2364 values.put(MediaStore.MediaColumns.RELATIVE_PATH, Environment.DIRECTORY_DCIM); in testSystemGalleryCanUpdateOtherAndroidMediaFiles()
2374 values.put(MediaStore.MediaColumns.RELATIVE_PATH, in testSystemGalleryCanUpdateOtherAndroidMediaFiles()
2725 values.put(MediaStore.MediaColumns.RELATIVE_PATH, "DCIM/Camera"); in testCanWriteToDCIMCameraWithNomedia()