OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
389
* Returns the
bodyId
for the given messageId, or -1 if no body is found.
406
long
bodyId
= lookupBodyIdWithMessageId(context, messageId);
408
if (
bodyId
== -1) {
411
final Uri uri = ContentUris.withAppendedId(CONTENT_URI,
bodyId
);
[
all
...]
Completed in 769 milliseconds