Home
last modified time | relevance | path

Searched defs:zipInputStream (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/timezone/distro/core/src/main/com/android/timezone/distro/
H A DTimeZoneDistro.java95 try (ZipInputStream zipInputStream = new ZipInputStream(is)) { in getEntryContents()
136 try (ZipInputStream zipInputStream = new ZipInputStream(is)) { in extractZipSafely()