Searched defs:bodyLength (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/net/http/ |
D | Request.java | 109 InputStream bodyProvider, int bodyLength, in Request() 491 private void setBodyProvider(InputStream bodyProvider, int bodyLength) { in setBodyProvider()
|
D | RequestQueue.java | 295 InputStream bodyProvider, int bodyLength) { in queueRequest() 315 InputStream bodyProvider, int bodyLength) { in queueRequest() 369 int bodyLength) { in queueSynchronousRequest()
|
D | RequestHandle.java | 64 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/ |
D | UsimDataDownloadHandler.java | 122 int bodyLength = getEnvelopeBodyLength(scAddressLength, tpduLength); in handleDataDownload() local
|
/frameworks/base/obex/javax/obex/ |
D | ClientOperation.java | 420 int bodyLength = -1; in sendRequest() local
|
D | ServerOperation.java | 297 int bodyLength = -1; in sendReply() local
|
/frameworks/base/tests/CoreTests/android/core/ |
D | RequestAPITest.java | 466 int bodyLength = mBody.length(); in testPostWithData() local
|