Searched refs:copyResourceToTemp (Results 1 – 1 of 1) sorted by relevance
97 assertTrue(device.pushFile(copyResourceToTemp(filePath), outputPath)); in pushResourceFile()137 final File tmpFile = copyResourceToTemp(resourcePath); in installResourceApk()153 final File tmpFile = copyResourceToTemp(resourcePaths[i]); in stageMultiplePackages()245 private File copyResourceToTemp(String resourcePath) throws IOException { in copyResourceToTemp() method in SystemPreparer