Home
last modified time | relevance | path

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

/system/timezone/distro/core/src/test/com/android/timezone/distro/
DTimeZoneDistroTest.java76 TestInputStream inputStream = new TestInputStream(new ByteArrayInputStream(bytes)); in testGetDistroVersion_closesStream() local
92 TestInputStream inputStream = new TestInputStream(new ByteArrayInputStream(bytes)); in testExtractTo_closesStream() local
111 TestInputStream inputStream = in testExtractZipSafely_goodZip() local
144 TestInputStream inputStream = new TestInputStream( in doExtractZipFails() local
/system/timezone/distro/core/src/main/com/android/timezone/distro/
DTimeZoneDistro.java65 private final InputStream inputStream; field in TimeZoneDistro
78 public TimeZoneDistro(InputStream inputStream) { in TimeZoneDistro()