Home
last modified time | relevance | path

Searched refs:attachmentFilename (Results 1 – 1 of 1) sorted by relevance

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java436 String attachmentFilename = attachmentFilenames[i]; in createBodyCursor() local
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()