Home
last modified time | relevance | path

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

123

/packages/apps/Mms/src/com/android/mms/data/
DConversation.java166 public static Conversation get(Context context, ContactList recipients, boolean allowQuery) { in get() argument
168 Log.v(TAG, "Conversation get by recipients: " + recipients.serialize()); in get()
171 if (recipients.size() < 1) { in get()
175 Conversation conv = Cache.get(recipients); in get()
179 long threadId = getOrCreateThreadId(context, recipients); in get()
183 if (!conv.getRecipients().equals(recipients)) { in get()
229 String recipients = PhoneNumberUtils.replaceUnicodeDigits(getRecipients(uri)) in get() local
231 return get(context, ContactList.getByNumbers(recipients, in get()
608 HashSet<String> recipients = new HashSet<String>(); in getOrCreateThreadId() local
613 recipients.add(cacheContact.getNumber()); in getOrCreateThreadId()
[all …]
DWorkingMessage.java784 ContactList recipients = ContactList.getByNumbers(mWorkingRecipients, false); in syncWorkingRecipients() local
785 mConversation.setRecipients(recipients); // resets the threadId to zero in syncWorkingRecipients()
786 setHasMultipleRecipients(recipients.size() > 1, true); in syncWorkingRecipients()
796 ContactList recipients = ContactList.getByNumbers(mWorkingRecipients, false); in getWorkingRecipients() local
797 return recipients.serialize(); in getWorkingRecipients()
/packages/apps/Mms/src/com/android/mms/ui/
DComposeMessageActivity.java1774 ContactList recipients = getRecipients(); in initRecipientsEditor() local
1789 mRecipientsEditor.populate(recipients); in initRecipientsEditor()
2254 ContactList recipients = isRecipientsEditorVisible() ? in onResume()
2256 updateTitle(recipients); in onResume()
2603 ContactList recipients = getRecipients(); in isRecipientCallable() local
2604 return (recipients.size() == 1 && !recipients.containsEmail()); in isRecipientCallable()
3852 String recipients = bundle.getString(RECIPIENTS); in initActivityState() local
3853 if (LogTag.VERBOSE) log("get mConversation by recipients " + recipients); in initActivityState()
3855 ContactList.getByNumbers(recipients, in initActivityState()
4224 ContactList recipients = mConversation.getRecipients(); in onDeleteComplete() local
[all …]
DConversationList.java539 ContactList recipients = conv.getRecipients();
540 menu.setHeaderTitle(recipients.formatNames(","));
547 if (recipients.size() == 1) {
549 if (recipients.get(0).existsInDatabase()) {
857 ContactList recipients = conv.getRecipients(); in onDeleteComplete() local
858 for (Contact contact : recipients) { in onDeleteComplete()
DNoConfirmationSendService.java63 String recipients = Conversation.getRecipients(intentUri); in onHandleIntent() local
65 if (TextUtils.isEmpty(recipients)) { in onHandleIntent()
78 String[] dests = TextUtils.split(recipients, ";"); in onHandleIntent()
DRecipientListActivity.java119 ContactList recipients) { in RecipientListAdapter() argument
120 super(context, resource, recipients); in RecipientListAdapter()
/packages/apps/Mms/tests/src/com/android/mms/
DRecyclerTest.java110 FileInputStream recipients = context.openFileInput("recipients"); in setUp() local
112 while ((c = recipients.read()) != -1) { in setUp()
123 recipients.close(); in setUp()
/packages/apps/Mms/tests/src/com/android/mms/ui/
DLongThreadTest.java114 FileInputStream recipients = mActivity.openFileInput("recipients"); in setUp() local
116 while ((c = recipients.read()) != -1) { in setUp()
127 recipients.close(); in setUp()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsProvider.java337 List<String> recipients = uri.getQueryParameters("recipient"); in query() local
339 cursor = getThreadId(recipients); in query()
624 private synchronized Cursor getThreadId(List<String> recipients) { in getThreadId() argument
625 Set<Long> addressIds = getAddressIds(recipients); in getThreadId()
661 insertThread(recipientIds, recipients.size()); in getThreadId()
/packages/apps/Email/src/com/android/mail/providers/
DUIProvider.java1358 ArrayList<String> recipients = new ArrayList<String>(); in incrementRecipientsTimesContacted() local
1361 recipients.add(address); in incrementRecipientsTimesContacted()
1363 statsUpdater.updateWithAddress(recipients); in incrementRecipientsTimesContacted()
/packages/apps/Provision/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/apps/Launcher2/
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/apps/Phone/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/wallpapers/Basic/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/apps/Calculator/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/apps/Exchange/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/apps/Email/
DNOTICE107 (a) You must give any other recipients of the Work or
/packages/wallpapers/MusicVisualization/
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/apps/QuickSearchBox/
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/CertInstaller/
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/inputmethods/LatinIME/java/
DNOTICE107 (a) You must give any other recipients of the Work or

123