Home
last modified time | relevance | path

Searched refs:recipients (Results 1 – 25 of 46) sorted by relevance

12

/packages/apps/Mms/src/com/android/mms/data/
DConversation.java121 public static Conversation get(Context context, ContactList recipients) { in get() argument
123 if (recipients.size() < 1) { in get()
128 Conversation conv = Cache.get(recipients); in get()
132 long threadId = getOrCreateThreadId(context, recipients); in get()
134 conv.setRecipients(recipients); in get()
386 HashSet<String> recipients = new HashSet<String>(); in getOrCreateThreadId() local
391 recipients.add(cacheContact.getNumber()); in getOrCreateThreadId()
393 recipients.add(c.getNumber()); in getOrCreateThreadId()
397 LogTag.debug("getOrCreateThreadId %s", recipients); in getOrCreateThreadId()
399 return Threads.getOrCreateThreadId(context, recipients); in getOrCreateThreadId()
[all …]
DWorkingMessage.java614 ContactList recipients = ContactList.getByNumbers(mWorkingRecipients, false); in syncWorkingRecipients() local
615 mConversation.setRecipients(recipients); in syncWorkingRecipients()
/packages/apps/Mms/src/com/android/mms/ui/
DComposeMessageActivity.java1546 ContactList recipients = getRecipients(); in initRecipientsEditor() local
1557 mRecipientsEditor.populate(recipients); in initRecipientsEditor()
2089 ContactList recipients = getRecipients(); in isRecipientCallable() local
2090 return (recipients.size() == 1 && !recipients.containsEmail()); in isRecipientCallable()
2110 ContactList recipients = getRecipients(); in onPrepareOptionsMenu() local
2111 if (recipients.size() == 1 && recipients.get(0).existsInDatabase()) { in onPrepareOptionsMenu()
2917 String recipients = bundle.getString("recipients"); in initActivityState() local
2919 ContactList.getByNumbers(recipients, in initActivityState()
3151 ContactList recipients = getRecipients(); in initializeContactInfo() local
3153 if (recipients.size() != 1) { in initializeContactInfo()
[all …]
DConversationList.java379 ContactList recipients = conv.getRecipients();
380 menu.setHeaderTitle(recipients.formatNames(","));
388 if (recipients.size() == 1) {
390 if (recipients.get(0).existsInDatabase()) {
DMessageUtils.java437 private static StringBuilder extractIdsToAddresses(Context context, String recipients, in extractIdsToAddresses() argument
440 String[] recipientIds = recipients.split(" "); in extractIdsToAddresses()
/packages/apps/IM/src/com/android/im/app/
DAddContactActivity.java149 Rfc822Token[] recipients = Rfc822Tokenizer.tokenize(mAddressList.getText()); in inviteBuddies() local
159 for (Rfc822Token recipient : recipients) { in inviteBuddies()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsProvider.java300 List<String> recipients = uri.getQueryParameters("recipient"); in query() local
302 cursor = getThreadId(recipients); in query()
544 private synchronized Cursor getThreadId(List<String> recipients) { in getThreadId() argument
547 getSortedSet(getAddressIds(recipients))); in getThreadId()
563 insertThread(recipientIds, recipients.size()); in getThreadId()
/packages/wallpapers/MusicVisualization/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/providers/UserDictionaryProvider/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/apps/Launcher/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/providers/ApplicationsProvider/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/inputmethods/OpenWnn/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/apps/Camera/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/wallpapers/MagicSmoke/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/providers/ContactsProvider/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/apps/Phone/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/providers/GoogleContactsProvider/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/apps/GoogleSearch/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/apps/Music/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/apps/AlarmClock/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/wallpapers/LivePicker/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/apps/SoundRecorder/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/apps/Contacts/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/providers/TelephonyProvider/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/apps/GlobalSearch/
DNOTICE107 (a) You must give any other recipients of the Work or

12