Home
last modified time | relevance | path

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

/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java166 final File localZip = File.createTempFile("generated", ".zip"); in testThemes() local
168 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() argument
196 try (ZipInputStream zipInput = new ZipInputStream(new FileInputStream(localZip))) { in extractGeneratedImages()