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),
  /external/webkit/LayoutTests/fast/js/resources/
const.js 117 const bodyId = (ranConstInitialiser = true, "Const initialiser overwrote existing property");
118 shouldBe("bodyId", "document.getElementById('bodyId')");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 359 * Returns the bodyId for the given messageId, or -1 if no body is found.
376 long bodyId = lookupBodyIdWithMessageId(context, messageId);
378 if (bodyId == -1) {
381 final Uri uri = ContentUris.withAppendedId(CONTENT_URI, bodyId);
    [all...]

Completed in 69 milliseconds