Home
last modified time | relevance | path

Searched refs:getAttachmentUri (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/provider/
DAttachmentProviderTests.java94 Uri attachment1Uri = AttachmentUtilities.getAttachmentUri(account1.mId, in testQuery()
96 Uri attachment2Uri = AttachmentUtilities.getAttachmentUri(account1.mId, in testQuery()
98 Uri attachment3Uri = AttachmentUtilities.getAttachmentUri(account1.mId, in testQuery()
110 AttachmentUtilities.getAttachmentUri(account1.mId, attachment1Id).toString()); in testQuery()
117 AttachmentUtilities.getAttachmentUri(account1.mId, attachment2Id).toString()); in testQuery()
124 AttachmentUtilities.getAttachmentUri(account1.mId, attachment3Id).toString()); in testQuery()
129 attachment2Uri = AttachmentUtilities.getAttachmentUri(account1.mId, attachment2Id); in testQuery()
145 attachment3Uri = AttachmentUtilities.getAttachmentUri(account1.mId, attachment3Id); in testQuery()
262 Uri attachment1Uri = AttachmentUtilities.getAttachmentUri(account1.mId, in testGetType()
297 Uri uri = AttachmentUtilities.getAttachmentUri(account1.mId, attachment2Id); in testGetType()
[all …]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DAttachmentUtilities.java141 public static Uri getAttachmentUri(long accountId, long id) { in getAttachmentUri() method in AttachmentUtilities
407 Uri attUri = getAttachmentUri(accountId, attachmentId); in saveAttachment()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DNotificationState.java81 protected Uri getAttachmentUri() { in getAttachmentUri() method in NotificationState
DBugleNotifications.java716 final Uri attachmentUri = notificationState.getAttachmentUri(); in sendNotification()
DMessageNotificationState.java106 protected Uri getAttachmentUri() { in getAttachmentUri() method in MessageNotificationState
/packages/apps/Email/tests/src/com/android/emailcommon/mail/
DMessageTestUtils.java66 return AttachmentUtilities.getAttachmentUri(account.mId, attachmentId); in contentUri()
/packages/apps/Email/provider_src/com/android/email/
DAttachmentInfo.java210 Uri contentUri = AttachmentUtilities.getAttachmentUri(accountId, mId); in getUriForIntent()
DLegacyConversions.java350 final String contentUriString = AttachmentUtilities.getAttachmentUri( in saveAttachmentBody()
/packages/apps/Email/provider_src/com/android/email/provider/
DAttachmentProvider.java179 Uri attachmentUri = AttachmentUtilities.getAttachmentUri(accountId, id); in openFile()
DEmailProvider.java4317 contentUri = AttachmentUtilities.getAttachmentUri(att.mAccountKey, id) in AttachmentsCursor()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DEmlAttachmentProvider.java458 public static Uri getAttachmentUri(Uri emlFileUri, String messageId, String partId) { in getAttachmentUri() method in EmlAttachmentProvider
DAttachment.java265 uri = EmlAttachmentProvider.getAttachmentUri(emlFileUri, messageId, cid); in Attachment()