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.java448 String attachmentFilename = attachmentFilenames[i]; in createBodyCursor() local
452 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()