Home
last modified time | relevance | path

Searched refs:listId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/IM/src/com/android/im/service/
DContactListManagerAdapter.java461 long listId = getContactListAdapter(list.getAddress()).getDataBaseId(); in onContactChange() local
464 moveTemporaryContactToList(contactAddress, listId); in onContactChange()
466 insertContactContent(contact, listId); in onContactChange()
727 void moveTemporaryContactToList(String address, long listId) { in moveTemporaryContactToList() argument
733 values.put(Im.Contacts.CONTACTLIST, listId); in moveTemporaryContactToList()
885 long listId = 0; in addContactListContent() local
889 listId = cursor.getLong(0); in addContactListContent()
890 uri = ContentUris.withAppendedId(Im.ContactList.CONTENT_URI, listId); in addContactListContent()
900 new String[]{Long.toString(listId)}); in addContactListContent()
912 listId = ContentUris.parseId(uri); in addContactListContent()
[all …]
/packages/apps/IM/src/com/android/im/app/
DContactListTreeAdapter.java127 long listId = mAdapter.getGroupId(pos); in onQueryComplete() local
128 if (listId == token) { in onQueryComplete()
252 void startQueryContacts(long listId) { in startQueryContacts() argument
254 log("startQueryContacts - listId=" + listId); in startQueryContacts()
258 String[] args = { Long.toString(listId) }; in startQueryContacts()
259 int token = (int)listId; in startQueryContacts()
618 long listId = groupCursor.getLong(COLUMN_CONTACT_LIST_ID); in getChildrenCursor() local
619 startQueryContacts(listId); in getChildrenCursor()
641 long listId = groupCursor.getLong(COLUMN_CONTACT_LIST_ID); in getOnlineChildCount() local
655 ContentValues value = mOnlineContactsCountMap.getValues(String.valueOf(listId)); in getOnlineChildCount()
/packages/providers/ImProvider/src/com/android/providers/im/
DImProvider.java1301 Long listId = values.getAsLong(Im.Contacts.CONTACTLIST); in insertBulkContacts() local
1306 contactValues.put(Im.Contacts.CONTACTLIST, listId); in insertBulkContacts()