Home
last modified time | relevance | path

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

/aosp_15_r20/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
H A DTestUtils.java1276 final ContentValues valuesWithRelativePath = new ContentValues(); in assertCantInsertToOtherPrivateAppDirectories() local
1278 valuesWithRelativePath.put(MediaStore.MediaColumns.RELATIVE_PATH, in assertCantInsertToOtherPrivateAppDirectories()
1280 valuesWithRelativePath.put(MediaStore.MediaColumns.DISPLAY_NAME, fileName); in assertCantInsertToOtherPrivateAppDirectories()
1293 valuesWithRelativePath); in assertCantInsertToOtherPrivateAppDirectories() local
1367 final ContentValues valuesWithRelativePath = new ContentValues(); in assertCantUpdateToOtherPrivateAppDirectories() local
1369 valuesWithRelativePath.put(MediaStore.MediaColumns.RELATIVE_PATH, in assertCantUpdateToOtherPrivateAppDirectories()
1371 valuesWithRelativePath.put(MediaStore.MediaColumns.DISPLAY_NAME, fileName); in assertCantUpdateToOtherPrivateAppDirectories()
1374 valuesWithRelativePath, Bundle.EMPTY); in assertCantUpdateToOtherPrivateAppDirectories() local