Home
last modified time | relevance | path

Searched refs:bodyId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
DSmsRejectedReceiver.java69 int bodyId; in onReceive() local
72 bodyId = R.string.sms_full_body; in onReceive()
75 bodyId = R.string.sms_rejected_body; in onReceive()
82 context.getString(bodyId), in onReceive()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DEmailContent.java409 long bodyId = lookupBodyIdWithMessageId(context, messageId); in updateBodyWithMessageId() local
411 if (bodyId == -1) { in updateBodyWithMessageId()
414 final Uri uri = ContentUris.withAppendedId(CONTENT_URI, bodyId); in updateBodyWithMessageId()