Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFastDataTest.java318 final ByteArrayOutputStream slowStream = new ByteArrayOutputStream(); in testBounce_UTF_Exhaustive() local
319 final DataOutput slowData = new DataOutputStream(slowStream); in testBounce_UTF_Exhaustive()
327 slowStream.reset(); in testBounce_UTF_Exhaustive()
333 HexEncoding.encodeToString(slowStream.toByteArray()), in testBounce_UTF_Exhaustive()