Searched refs:getBoundary (Results 1 – 6 of 6) sorted by relevance
169 String boundary = getBoundary(); in writeTo()191 private String getBoundary() { in getBoundary() method in Multipart195 return cField.getBoundary(); in getBoundary()
159 return f != null && f.getBoundary() != null in isMultipart()
115 || child.isMultipart() && child.getBoundary() == null) { in getMimeType()157 public String getBoundary() { in getBoundary() method in ContentTypeField
145 new MimeBoundaryInputStream(is, bd.getBoundary()); in parseEntity()150 tempIs = new MimeBoundaryInputStream(is, bd.getBoundary()); in parseEntity()
349 public String getBoundary() { in getBoundary() method in BodyDescriptor
164 private String getBoundary() { in getBoundary() method in BluetoothMapbMessageMime465 .append(getBoundary()) in encodeHeaders()526 part.encode(sb, getBoundary(), (count == mParts.size())); in encodeMime()