Home
last modified time | relevance | path

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

/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java191 final ZipInputStream zipInput = new ZipInputStream(new FileInputStream(localZip)); in testThemes() local
193 while ((entry = zipInput.getNextEntry()) != null) { in testThemes()
201 while ((count = zipInput.read(data, 0, data.length)) != -1) { in testThemes()
214 zipInput.closeEntry(); in testThemes()
217 zipInput.close(); in testThemes()