Searched refs:attachmentFilename (Results 1 – 1 of 1) sorted by relevance
448 String attachmentFilename = attachmentFilenames[i]; in createBodyCursor() local452 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()