Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java44 import static android.scopedstorage.cts.lib.TestUtils.getImageContentUri;
235 getContentResolver().insert(getImageContentUri(), values); in createImageEntry()
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java43 import static android.scopedstorage.cts.lib.TestUtils.getImageContentUri;
376 Uri uri = getContentResolver().insert(getImageContentUri(), values); in testInsertHiddenFile()
801 uri = getContentResolver().insert(getImageContentUri(), values, Bundle.EMPTY); in testInsertWithUnsupportedMimeType()
918 getContentResolver().insert(getImageContentUri(), values, Bundle.EMPTY); in testScanUpdatesMetadataForNewlyAddedFile_hasRW()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java66 import static android.scopedstorage.cts.lib.TestUtils.getImageContentUri;
2532 targetUri = getContentResolver().insert(getImageContentUri(), values, Bundle.EMPTY); in testCanWriteToDCIMCameraWithNomedia()
2769 final Uri targetUri = getContentResolver().insert(getImageContentUri(), values, null); in testDeferredScanHidesPartialDatabaseRows()
2797 try (Cursor c = getContentResolver().query(getImageContentUri(), in testDeferredScanHidesPartialDatabaseRows()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java641 public static Uri getImageContentUri() { in getImageContentUri() method in TestUtils