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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsProvider.java641 private void insertThread(String recipientIds, int numberOfRecipients) { argument
646 values.put(ThreadsColumns.RECIPIENT_IDS, recipientIds);
654 " for recipientIds " + /*recipientIds*/ "xxxxxxx");
671 String recipientIds = "";
680 recipientIds = Long.toString(addressId);
683 recipientIds = getSpaceSeparatedNumbers(getSortedSet(addressIds));
687 Log.d(LOG_TAG, "getThreadId: recipientIds (selectionArgs) =" +
688 /*recipientIds*/ "xxxxxxx");
691 String[] selectionArgs = new String[] { recipientIds };
[all...]

Completed in 62 milliseconds