Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
DXmpInterfaceTest.java181 final XmpInterface.ByteCountingInputStream stream = in testStream_LineOffsets()
182 new XmpInterface.ByteCountingInputStream(xmlStream); in testStream_LineOffsets()
203 final XmpInterface.ByteCountingInputStream stream = in testStream_Misc()
204 new XmpInterface.ByteCountingInputStream(xmlStream); in testStream_Misc()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DXmpInterface.java78 final ByteCountingInputStream in = new ByteCountingInputStream( in XmpInterface()
236 public static class ByteCountingInputStream extends InputStream { class in XmpInterface
242 public ByteCountingInputStream(InputStream wrapped) { in ByteCountingInputStream() method in XmpInterface.ByteCountingInputStream