Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DOwnedFilesRule.java19 import static android.scopedstorage.cts.device.DeviceTestUtils.createContentFromResource;
73 createContentFromResource(resourceId, imageFile); in createFile()
DDeviceTestUtils.java37 protected static void createContentFromResource(int resourceId, File file) throws IOException { in createContentFromResource() method in DeviceTestUtils
DOtherAppFilesRule.java19 import static android.scopedstorage.cts.device.DeviceTestUtils.createContentFromResource;
84 createContentFromResource(R.raw.img_with_metadata, buffer); in before()
DStableUrisTest.java21 import static android.scopedstorage.cts.device.DeviceTestUtils.createContentFromResource;
221 createContentFromResource(R.raw.img_with_metadata, buffer); in createFiles()