Searched refs:attachmentPart (Results 1 – 2 of 2) sorted by relevance
449 final ContentValues attachmentPart = new ContentValues(); in createBodyCursor() local450 attachmentPart.put(Telephony.Mms.Part.SEQ, i + 1); in createBodyCursor()451 attachmentPart.put(Telephony.Mms.Part.CONTENT_TYPE, attachmentType); in createBodyCursor()452 attachmentPart.put(Telephony.Mms.Part.NAME, attachmentFilename); in createBodyCursor()453 attachmentPart.put(Telephony.Mms.Part.CONTENT_ID, "<"+attachmentFilename+">"); in createBodyCursor()454 attachmentPart.put(Telephony.Mms.Part.CONTENT_LOCATION, attachmentFilename); in createBodyCursor()455 table.add(attachmentPart); in createBodyCursor()456 rowsContainer.add(attachmentPart); in createBodyCursor()
264 final MessagePartData attachmentPart = MessagePartData.createMediaMessagePart(266 attachmentPart.updatePartId(partId);267 attachmentPart.updateMessageId(messageId);268 return attachmentPart;