Searched refs:getContentLength (Results 1 – 3 of 3) sorted by relevance
56 mLength = (int) mEntity.getContentLength(); in EasResponse()
116 public long getContentLength() { in getContentLength() method in EasOutboxService.SendMailEntity
215 if (entity.getContentLength() > 0) { in httpConnection()216 body = new byte[(int) entity.getContentLength()]; in httpConnection()