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.java182 final File localZip = File.createTempFile("generated", ".zip"); in testThemes() local
183 mDevice.pullFile(GENERATED_ASSETS_ZIP, localZip); in testThemes()
191 final ZipInputStream zipInput = new ZipInputStream(new FileInputStream(localZip)); in testThemes()