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

/packages/apps/Messaging/src/android/support/v7/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...]
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduPart.java26 public class PduPart { class
88 * Value of disposition can be set to PduPart when the value is octet in
120 private static final String TAG = "PduPart";
125 public PduPart() { method in class:PduPart
242 * return PduPart.disposition[0] instead of <Octet 128> (Form-data).
243 * return PduPart.disposition[1] instead of <Octet 129> (Attachment).
244 * return PduPart.disposition[2] instead of <Octet 130> (Inline).
252 * Use PduPart.disposition[0] instead of <Octet 128> (Form-data).
253 * Use PduPart.disposition[1] instead of <Octet 129> (Attachment).
254 * Use PduPart
[all...]

Completed in 60 milliseconds