Home
last modified time | relevance | path

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

/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
DBTtraffic.java221 readBytesIntoBuffer(inputStream, byteBuffer, 4); in doListening()
226 readBytesIntoBuffer(inputStream, byteBuffer, length); in doListening()
233 void readBytesIntoBuffer(InputStream inputStream, ByteBuffer byteBuffer, int numToRead) in readBytesIntoBuffer() method in BTtraffic.ListenerRunnable