OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recipientids
(Results
1 - 2
of
2
) sorted by null
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java
585
private void insertThread(String
recipientIds
, int numberOfRecipients) {
590
values.put(ThreadsColumns.RECIPIENT_IDS,
recipientIds
);
598
" for
recipientIds
" + /*
recipientIds
*/ "xxxxxxx");
614
String
recipientIds
= "";
619
recipientIds
= Long.toString(addressId);
622
recipientIds
= getSpaceSeparatedNumbers(getSortedSet(addressIds));
626
Log.d(LOG_TAG, "getThreadId:
recipientIds
(selectionArgs) =" +
627
/*
recipientIds
*/ "xxxxxxx");
630
String[] selectionArgs = new String[] {
recipientIds
};
[
all
...]
/packages/apps/Mms/src/com/android/mms/data/
Conversation.java
741
String
recipientIds
= c.getString(RECIPIENT_IDS);
742
ContactList recipients = ContactList.getByIds(
recipientIds
, allowQuery);
748
Log.d(TAG, "fillFromCursor: conv=" + conv + ",
recipientIds
=" +
recipientIds
);
[
all
...]
Completed in 2136 milliseconds