Searched refs:CONTENT_PROVIDER_URL (Results 1 – 2 of 2) sorted by relevance
45 private static final String CONTENT_PROVIDER_URL = "content://android.tradefed.contentprovider"; field in AppCloningHostTest127 String fullUri = CONTENT_PROVIDER_URL + relativePath; in runContentProviderCommand()
129 static final String CONTENT_PROVIDER_URL = "content://android.tradefed.contentprovider"; field in LegacyStorageTest1063 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()