Home
last modified time | relevance | path

Searched refs:getBoundary (Results 1 – 6 of 6) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
DMultipart.java169 String boundary = getBoundary(); in writeTo()
191 private String getBoundary() { in getBoundary() method in Multipart
195 return cField.getBoundary(); in getBoundary()
DEntity.java159 return f != null && f.getBoundary() != null in isMultipart()
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
DContentTypeField.java115 || child.isMultipart() && child.getBoundary() == null) { in getMimeType()
157 public String getBoundary() { in getBoundary() method in ContentTypeField
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
DMimeStreamParser.java145 new MimeBoundaryInputStream(is, bd.getBoundary()); in parseEntity()
150 tempIs = new MimeBoundaryInputStream(is, bd.getBoundary()); in parseEntity()
DBodyDescriptor.java349 public String getBoundary() { in getBoundary() method in BodyDescriptor
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageMime.java164 private String getBoundary() { in getBoundary() method in BluetoothMapbMessageMime
465 .append(getBoundary()) in encodeHeaders()
526 part.encode(sb, getBoundary(), (count == mParts.size())); in encodeMime()