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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsProvider.java597 private void insertThread(String recipientIds, int numberOfRecipients) { argument
602 values.put(ThreadsColumns.RECIPIENT_IDS, recipientIds);
610 " for recipientIds " + /*recipientIds*/ "xxxxxxx");
626 String recipientIds = "";
635 recipientIds = Long.toString(addressId);
638 recipientIds = getSpaceSeparatedNumbers(getSortedSet(addressIds));
642 Log.d(LOG_TAG, "getThreadId: recipientIds (selectionArgs) =" +
643 /*recipientIds*/ "xxxxxxx");
646 String[] selectionArgs = new String[] { recipientIds };
[all...]

Completed in 46 milliseconds