HomeSort by relevance Sort by last modified time
    Searched full:creatependingattachmentdata (Results 1 - 4 of 4) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
PendingAttachmentData.java 68 public static PendingAttachmentData createPendingAttachmentData(final String contentType,
70 return createPendingAttachmentData(null, contentType, sourceUri, UNSPECIFIED_SIZE,
74 public static PendingAttachmentData createPendingAttachmentData(final String caption,
81 public static PendingAttachmentData createPendingAttachmentData(final String caption,
ConversationData.java 734 .createPendingAttachmentData(part.getContentType(), part.getContentUri());
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DocumentImagePicker.java 122 PendingAttachmentData.createPendingAttachmentData(contentType,
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ShareIntentActivity.java 165 mDraftMessage.addPart(PendingAttachmentData.createPendingAttachmentData(contentType,

Completed in 207 milliseconds