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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 301 Uri uri = ContentUris.withAppendedId(Attachment.MESSAGE_ID_URI, messageId);
327 final Uri uri = ContentUris.withAppendedId(Attachment.MESSAGE_ID_URI, messageId);
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 112 Uri uri = ContentUris.withAppendedId(Attachment.MESSAGE_ID_URI, localMessage.mId);
207 Uri uri = ContentUris.withAppendedId(Attachment.MESSAGE_ID_URI, localMessage.mId);
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 273 final Uri uri = ContentUris.withAppendedId(Attachment.MESSAGE_ID_URI, localMessage.mId);
416 final Uri uri = ContentUris.withAppendedId(Attachment.MESSAGE_ID_URI, localMessage.mId);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java     [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 212 milliseconds