OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECIPIENTS
(Results
1 - 3
of
3
) sorted by null
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyBackupAgent.java
139
// JSON key for list of
recipients
of the message.
140
private static final String
RECIPIENTS
= "
recipients
";
285
// Cache list of
recipients
by threadId. It reduces db requests heavily. Used during backup.
288
// Cache threadId by list of
recipients
. Used during restore.
703
final List<String>
recipients
= getRecipientsByThread(threadId);
704
if (
recipients
== null ||
recipients
.isEmpty()) {
708
writeRecipientsToWriter(jsonWriter.name(
RECIPIENTS
),
recipients
);
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java
702
// original sender and
recipients
if user switches "reply <-> reply-all".
2536
final List<String>
recipients
= Lists.newArrayList();
local
[
all
...]
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar
Completed in 79 milliseconds