Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DAppCloningHostTest.java45 private static final String CONTENT_PROVIDER_URL = "content://android.tradefed.contentprovider"; field in AppCloningHostTest
127 String fullUri = CONTENT_PROVIDER_URL + relativePath; in runContentProviderCommand()
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java129 static final String CONTENT_PROVIDER_URL = "content://android.tradefed.contentprovider"; field in LegacyStorageTest
1063 getContentResolver().openFile(Uri.parse(CONTENT_PROVIDER_URL + file.getPath()), "w", null); in createFileInExternalDir()
1068 getContentResolver().delete(Uri.parse(CONTENT_PROVIDER_URL + file.getPath()), null, null); in deleteFileInExternalDir()