Searched refs:setFixedLengthStreamingMode (Results 1 – 6 of 6) sorted by relevance
96 public void setFixedLengthStreamingMode(int contentLength) { in setFixedLengthStreamingMode() method in HttpsServiceConnection97 mConnection.setFixedLengthStreamingMode(contentLength); in setFixedLengthStreamingMode()
225 connection.setFixedLengthStreamingMode(mContentLength); in build()
132 connection.setFixedLengthStreamingMode(data.length); in getOrPost()
171 connection.setFixedLengthStreamingMode(pdu.length); in execute()
474 con.setFixedLengthStreamingMode(input.length); in requestData()
196 connection.setFixedLengthStreamingMode(pdu.length); in execute()