/packages/apps/Mms/src/com/android/mms/data/ |
D | Conversation.java | 166 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 …]
|
D | WorkingMessage.java | 784 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/ |
D | ComposeMessageActivity.java | 1774 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 …]
|
D | ConversationList.java | 539 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()
|
D | NoConfirmationSendService.java | 63 String recipients = Conversation.getRecipients(intentUri); in onHandleIntent() local 65 if (TextUtils.isEmpty(recipients)) { in onHandleIntent() 78 String[] dests = TextUtils.split(recipients, ";"); in onHandleIntent()
|
D | RecipientListActivity.java | 119 ContactList recipients) { in RecipientListAdapter() argument 120 super(context, resource, recipients); in RecipientListAdapter()
|
/packages/apps/Mms/tests/src/com/android/mms/ |
D | RecyclerTest.java | 110 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/ |
D | LongThreadTest.java | 114 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/ |
D | MmsSmsProvider.java | 337 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/ |
D | UIProvider.java | 1358 ArrayList<String> recipients = new ArrayList<String>(); in incrementRecipientsTimesContacted() local 1361 recipients.add(address); in incrementRecipientsTimesContacted() 1363 statsUpdater.updateWithAddress(recipients); in incrementRecipientsTimesContacted()
|
/packages/apps/Provision/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|
/packages/apps/Launcher2/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|
/packages/providers/ApplicationsProvider/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|
/packages/apps/Phone/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|
/packages/wallpapers/Basic/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|
/packages/apps/Calculator/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|
/packages/apps/Exchange/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|
/packages/apps/Email/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|
/packages/wallpapers/MusicVisualization/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|
/packages/apps/Contacts/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|
/packages/apps/QuickSearchBox/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|
/packages/providers/TelephonyProvider/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|
/packages/apps/CertInstaller/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|
/packages/apps/Music/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|
/packages/inputmethods/LatinIME/java/ |
D | NOTICE | 107 (a) You must give any other recipients of the Work or
|