Home
last modified time | relevance | path

Searched defs: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
190 private int extractGeneratedImages(File localZip, Map<String, File> references) in extractGeneratedImages()