/cts/tests/mediaprovider/src/android/provider/cts/media/ |
D | MediaStorePlacementTest.java | 118 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()
|
D | MediaStoreUtils.java | 118 this.insertValues.remove(MediaColumns.RELATIVE_PATH); in setPath() 120 this.insertValues.put(MediaColumns.RELATIVE_PATH, path); in setPath()
|
D | MediaStore_Audio_MediaTest.java | 319 FileColumns.RELATIVE_PATH, in testMediaWithSubtitles()
|
D | MediaStore_Video_MediaTest.java | 467 FileColumns.RELATIVE_PATH, in testMediaWithSubtitles()
|
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/ |
D | MediaStoreUtils.java | 106 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/ |
D | ResolverAccessTestUtils.java | 102 MediaStore.Files.FileColumns.RELATIVE_PATH + " LIKE ?", new String[]{ in assertResolver_listFiles() 150 values.put(MediaStore.MediaColumns.RELATIVE_PATH, folder); in assertResolver_insert()
|
D | TestUtils.java | 546 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/ |
D | DeviceTest.java | 64 values.put(MediaStore.MediaColumns.RELATIVE_PATH, in testFilePresence()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | FileObserverLegacyPathTest.java | 78 cv.put(MediaStore.Files.FileColumns.RELATIVE_PATH, "DCIM/testdir"); in testCreateFile()
|
/cts/tests/PhotoPicker/src/android/photopicker/cts/ |
D | CloudPhotoPickerTest.java | 327 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/ |
D | RedactUriDeviceTest.java | 200 MediaStore.MediaColumns.RELATIVE_PATH); in testQueryOnRedactionUri() 221 MediaStore.MediaColumns.RELATIVE_PATH, in testQueryOnRedactionUri()
|
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/ |
D | LegacyStorageTest.java | 826 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/ |
D | ScopedStorageTest.java | 836 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/ |
D | ScopedStorageTestHelper.java | 430 values.put(MediaStore.Images.Media.RELATIVE_PATH, relativePath); in createImageEntry()
|
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/ |
D | ScopedStorageDeviceTest.java | 2364 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()
|