Searched refs:attachmentTypes (Results 1 – 1 of 1) sorted by relevance
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyBackupAgentTest.java | 373 boolean read, String smil, String[] attachmentTypes, in createMmsRow() argument 397 mCursors.put(partUri, createBodyCursor(body, bodyCharset, smil, attachmentTypes, in createMmsRow() 414 String[] attachmentTypes, String[] attachmentFilenames, in createBodyCursor() argument 445 if (attachmentTypes != null) { in createBodyCursor() 446 for (int i = 0; i < attachmentTypes.length; i++) { in createBodyCursor() 447 String attachmentType = attachmentTypes[i]; in createBodyCursor()
|