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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 173 public static File getAttachmentFilename(Context context, long accountId, long attachmentId) {
174 return new File(getAttachmentDirectory(context, accountId), Long.toString(attachmentId));
306 long attachmentId = c.getLong(Attachment.ID_PROJECTION_COLUMN);
307 File attachmentFile = getAttachmentFilename(context, accountId, attachmentId);
399 final long attachmentId = attachment.mId;
407 Uri attUri = getAttachmentUri(accountId, attachmentId);
415 attachmentId);
  /packages/apps/Email/provider_src/com/android/email/
LegacyConversions.java 323 final long attachmentId = localAttachment.mId;
331 attachmentId);
351 accountId, attachmentId).toString();
361 final Uri uri = ContentUris.withAppendedId(Attachment.CONTENT_URI, attachmentId);
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 448 long attachmentId = addAttachmentToDb(account, newAttachment);
449 Uri attachmentUri = AttachmentUtilities.getAttachmentUri(account.mId, attachmentId);
464 // We use attachmentId == 1 but any other id would do
470 // We know that the attachmentId 1 does not exist because there are no attachments
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/
aws-java-sdk-support-1.11.18.jar 
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/
aws-java-sdk-ec2-1.11.18.jar 

Completed in 519 milliseconds