Home
last modified time | relevance | path

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

/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/
DTestHttpService.java228 ByteArrayEntity outgoing = new ByteArrayEntity(data); in testSimpleHttpPostsWithContentLength() local
311 ByteArrayEntity outgoing = new ByteArrayEntity(data); in testSimpleHttpPostsChunked() local
397 ByteArrayEntity outgoing = new ByteArrayEntity(data); in testSimpleHttpPostsHTTP10() local
484 ByteArrayEntity outgoing = new ByteArrayEntity(data); in testHttpPostsWithExpectContinue() local
578 ByteArrayEntity outgoing = new ByteArrayEntity( in testHttpPostsWithExpectationVerification() local
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
DForwarder.java48 Thread outgoing = new Thread(new SocketPipe(from, to)); in start() local