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