Home | History | Annotate | Download | only in pdu

Lines Matching refs:PduPart

352     private PduPart[] loadParts(long msgId) throws MmsException {
357 PduPart[] parts = null;
369 parts = new PduPart[partCount];
371 PduPart part = new PduPart();
605 PduPart[] parts = loadParts(msgId);
692 public Uri persistPart(PduPart part, long msgId)
773 private void persistData(PduPart part, Uri uri,
1069 private void updatePart(Uri uri, PduPart part) throws MmsException {
1153 ArrayList<PduPart> toBeCreated = new ArrayList<PduPart>();
1154 HashMap<Uri, PduPart> toBeUpdated = new HashMap<Uri, PduPart>();
1159 PduPart part = body.getPart(i);
1187 PduPart part : toBeCreated) {
1192 for (Map.Entry<Uri, PduPart> e : toBeUpdated.entrySet()) {
1345 PduPart part = body.getPart(i);