Searched refs:MAX_DATA_SIZE (Results 1 – 3 of 3) sorted by relevance
117 return new ByteArrayInputStream(new byte[IHttpHelper.MAX_DATA_SIZE + 1]); in testDoGet_datasize()157 return new ByteArrayInputStream(new byte[IHttpHelper.MAX_DATA_SIZE + 1]); in testDoGetWithRetry_datasize()241 return new ByteArrayInputStream(new byte[IHttpHelper.MAX_DATA_SIZE + 1]); in testDoPostWithRetry_datasize()
102 byte[] bufResult = new byte[MAX_DATA_SIZE]; in doGet()373 byte[] bufResult = new byte[MAX_DATA_SIZE]; in run()
39 public static final int MAX_DATA_SIZE = 64 * 1024; field