Searched defs:PduPart (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPart.java28 public class PduPart { class
90 * Value of disposition can be set to PduPart when the value is octet in
122 private static final String TAG = "PduPart";
127 public PduPart() { method in class:PduPart
255 * return PduPart.disposition[0] instead of <Octet 128> (Form-data).
256 * return PduPart.disposition[1] instead of <Octet 129> (Attachment).
257 * return PduPart.disposition[2] instead of <Octet 130> (Inline).
265 * Use PduPart.disposition[0] instead of <Octet 128> (Form-data).
266 * Use PduPart.disposition[1] instead of <Octet 129> (Attachment).
267 * Use PduPart
[all...]

Completed in 839 milliseconds