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