Searched refs:localZip (Results 1 – 1 of 1) sorted by relevance
182 final File localZip = File.createTempFile("generated", ".zip"); in testThemes() local183 mDevice.pullFile(GENERATED_ASSETS_ZIP, localZip); in testThemes()191 final ZipInputStream zipInput = new ZipInputStream(new FileInputStream(localZip)); in testThemes()