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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 548 * Returns the bodyId for the given messageId, or -1 if no body is found.
564 long bodyId = lookupBodyIdWithMessageId(context, messageId);
566 if (bodyId == -1) {
569 final Uri uri = ContentUris.withAppendedId(CONTENT_URI, bodyId);
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 1049 milliseconds