Searched refs:attachmentFilename (Results 1 – 1 of 1) sorted by relevance
486 String attachmentFilename = attachmentFilenames[i]; in createBodyCursor() local490 attachmentPart.put(Telephony.Mms.Part.NAME, attachmentFilename); in createBodyCursor()491 attachmentPart.put(Telephony.Mms.Part.CONTENT_ID, "<"+attachmentFilename+">"); in createBodyCursor()492 attachmentPart.put(Telephony.Mms.Part.CONTENT_LOCATION, attachmentFilename); in createBodyCursor()