Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1254 final ContentValues valuesWithRelativePath = new ContentValues(); in assertCantInsertToOtherPrivateAppDirectories() local
1256 valuesWithRelativePath.put(MediaStore.MediaColumns.RELATIVE_PATH, in assertCantInsertToOtherPrivateAppDirectories()
1258 valuesWithRelativePath.put(MediaStore.MediaColumns.DISPLAY_NAME, fileName); in assertCantInsertToOtherPrivateAppDirectories()
1271 valuesWithRelativePath); in assertCantInsertToOtherPrivateAppDirectories() local
1345 final ContentValues valuesWithRelativePath = new ContentValues(); in assertCantUpdateToOtherPrivateAppDirectories() local
1347 valuesWithRelativePath.put(MediaStore.MediaColumns.RELATIVE_PATH, in assertCantUpdateToOtherPrivateAppDirectories()
1349 valuesWithRelativePath.put(MediaStore.MediaColumns.DISPLAY_NAME, fileName); in assertCantUpdateToOtherPrivateAppDirectories()
1352 valuesWithRelativePath, Bundle.EMPTY); in assertCantUpdateToOtherPrivateAppDirectories() local