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

/frameworks/opt/telephony/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
267 * return PduPart.disposition[0] instead of <Octet 128> (Form-data).
268 * return PduPart.disposition[1] instead of <Octet 129> (Attachment).
269 * return PduPart.disposition[2] instead of <Octet 130> (Inline).
277 * Use PduPart.disposition[0] instead of <Octet 128> (Form-data).
278 * Use PduPart.disposition[1] instead of <Octet 129> (Attachment).
279 * Use PduPart
[all...]

Completed in 39 milliseconds