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