Searched defs:recipientIds (Results 1 - 1 of 1) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsProvider.java590 private void insertThread(String recipientIds, int numberOfRecipients) { argument
595 values.put(ThreadsColumns.RECIPIENT_IDS, recipientIds);
603 " for recipientIds " + /*recipientIds*/ "xxxxxxx");
619 String recipientIds = "";
628 recipientIds = Long.toString(addressId);
631 recipientIds = getSpaceSeparatedNumbers(getSortedSet(addressIds));
635 Log.d(LOG_TAG, "getThreadId: recipientIds (selectionArgs) =" +
636 /*recipientIds*/ "xxxxxxx");
639 String[] selectionArgs = new String[] { recipientIds };
[all...]

Completed in 59 milliseconds