Home
last modified time | relevance | path

Searched defs:bodyLength (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/net/http/
DRequest.java109 InputStream bodyProvider, int bodyLength, in Request()
491 private void setBodyProvider(InputStream bodyProvider, int bodyLength) { in setBodyProvider()
DRequestQueue.java295 InputStream bodyProvider, int bodyLength) { in queueRequest()
315 InputStream bodyProvider, int bodyLength) { in queueRequest()
369 int bodyLength) { in queueSynchronousRequest()
DRequestHandle.java64 InputStream bodyProvider, int bodyLength, Request request) { in RequestHandle()
88 InputStream bodyProvider, int bodyLength, Request request, in RequestHandle()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DUsimDataDownloadHandler.java122 int bodyLength = getEnvelopeBodyLength(scAddressLength, tpduLength); in handleDataDownload() local
/frameworks/base/obex/javax/obex/
DClientOperation.java420 int bodyLength = -1; in sendRequest() local
DServerOperation.java297 int bodyLength = -1; in sendReply() local
/frameworks/base/tests/CoreTests/android/core/
DRequestAPITest.java466 int bodyLength = mBody.length(); in testPostWithData() local