Searched refs:attachmentPart (Results 1 – 2 of 2) sorted by relevance
437 final ContentValues attachmentPart = new ContentValues(); in createBodyCursor() local438 attachmentPart.put(Telephony.Mms.Part.SEQ, i + 1); in createBodyCursor()439 attachmentPart.put(Telephony.Mms.Part.CONTENT_TYPE, attachmentType); in createBodyCursor()440 attachmentPart.put(Telephony.Mms.Part.NAME, attachmentFilename); in createBodyCursor()441 attachmentPart.put(Telephony.Mms.Part.CONTENT_ID, "<"+attachmentFilename+">"); in createBodyCursor()442 attachmentPart.put(Telephony.Mms.Part.CONTENT_LOCATION, attachmentFilename); in createBodyCursor()443 table.add(attachmentPart); in createBodyCursor()444 rowsContainer.add(attachmentPart); in createBodyCursor()
264 final MessagePartData attachmentPart = MessagePartData.createMediaMessagePart(266 attachmentPart.updatePartId(partId);267 attachmentPart.updateMessageId(messageId);268 return attachmentPart;