HomeSort by relevance Sort by last modified time
    Searched refs:partId (Results 1 - 9 of 9) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 59 * Workaround for b/8070022 so that appending a null partId to the end of a
70 public String partId;
258 partId = cid;
305 partId = values.getAsString(AttachmentColumns.CONTENT_ID);
330 values.put(AttachmentColumns.CONTENT_ID, partId);
379 jsonObject.put("partId", partId);
571 if (partId != null ? !partId.equals(that.partId) : that.partId != null)
    [all...]
EmlAttachmentProvider.java 154 if (TextUtils.equals(cid, attachment.partId)) {
275 .add(attachment.partId); // partId (same as RFC822 cid)
458 public static Uri getAttachmentUri(Uri emlFileUri, String messageId, String partId) {
463 .appendPath(partId)
Message.java 477 int partId = 0;
480 emlFileUri, messageId, Integer.toString(partId++), false /* inline */));
  /packages/apps/Email/provider_src/com/android/email/
LegacyConversions.java 220 // Get partId for unloaded IMAP attachments (if any)
223 final String partId = partIds != null ? partIds[0] : null;
234 localAttachment.mLocation = partId;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 424 long partId = c.getLong(PART_COLUMN_ID);
425 Uri partURI = Uri.parse("content://mms/part/" + partId);
    [all...]

Completed in 473 milliseconds