Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java807 private void copyRawToFile(int rawResId, File outFile) { in copyRawToFile() argument
811 is = res.openRawResource(rawResId); in copyRawToFile()
813 fail("Failed to load resource with id: " + rawResId); in copyRawToFile()