HomeSort by relevance Sort by last modified time
    Searched defs:bodyId (Results 1 - 2 of 2) 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 392 * Returns the bodyId for the given messageId, or -1 if no body is found.
409 long bodyId = lookupBodyIdWithMessageId(context, messageId);
411 if (bodyId == -1) {
414 final Uri uri = ContentUris.withAppendedId(CONTENT_URI, bodyId);
    [all...]

Completed in 55 milliseconds