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

  /packages/apps/Mms/src/com/android/mms/transaction/
SmsRejectedReceiver.java 69 int bodyId;
72 bodyId = R.string.sms_full_body;
75 bodyId = R.string.sms_rejected_body;
82 context.getString(bodyId),
  /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/src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 41 milliseconds