Searched refs:localZip (Results 1 – 1 of 1) sorted by relevance
166 final File localZip = File.createTempFile("generated", ".zip"); in testThemes() local168 mDevice.pullFile(GENERATED_ASSETS_ZIP, localZip)); in testThemes()170 final int numTasks = extractGeneratedImages(localZip, mReferences); in testThemes()190 private int extractGeneratedImages(File localZip, Map<String, File> references) in extractGeneratedImages() argument196 try (ZipInputStream zipInput = new ZipInputStream(new FileInputStream(localZip))) { in extractGeneratedImages()