Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DMountServiceTests.java109 private void copyRawToFile(int rawResId, File outFile) { in copyRawToFile() method in MountServiceTests
130 copyRawToFile(resource, file); in mountObb()
151 copyRawToFile(resource, file); in mountObbWithoutWait()
/frameworks/base/core/tests/coretests/src/android/os/storage/
DStorageManagerBaseTest.java228 private void copyRawToFile(int rawResId, File outFile) throws NotFoundException { in copyRawToFile() method in StorageManagerBaseTest
256 copyRawToFile(rawResId, outFile); in createObbFile()