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

  /packages/apps/Email/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/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...]
Message.java 475 int partId = 0;
478 emlFileUri, messageId, Integer.toString(partId++), false /* inline */));
  /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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 300 private void printMmsPartImage(long partid) {
301 String uriStr = new String(Mms.CONTENT_URI + "/part/" + partid);
331 Long partid = c.getLong(c.getColumnIndex(BaseColumns._ID)); local
342 if (D) Log.d(TAG, " _id : " + partid +
354 /* printMmsPartImage(partid); */
    [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 

Completed in 571 milliseconds