Searched refs:listId (Results 1 – 3 of 3) sorted by relevance
461 long listId = getContactListAdapter(list.getAddress()).getDataBaseId(); in onContactChange() local464 moveTemporaryContactToList(contactAddress, listId); in onContactChange()466 insertContactContent(contact, listId); in onContactChange()727 void moveTemporaryContactToList(String address, long listId) { in moveTemporaryContactToList() argument733 values.put(Im.Contacts.CONTACTLIST, listId); in moveTemporaryContactToList()885 long listId = 0; in addContactListContent() local889 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 …]
127 long listId = mAdapter.getGroupId(pos); in onQueryComplete() local128 if (listId == token) { in onQueryComplete()252 void startQueryContacts(long listId) { in startQueryContacts() argument254 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() local619 startQueryContacts(listId); in getChildrenCursor()641 long listId = groupCursor.getLong(COLUMN_CONTACT_LIST_ID); in getOnlineChildCount() local655 ContentValues value = mOnlineContactsCountMap.getValues(String.valueOf(listId)); in getOnlineChildCount()
1301 Long listId = values.getAsLong(Im.Contacts.CONTACTLIST); in insertBulkContacts() local1306 contactValues.put(Im.Contacts.CONTACTLIST, listId); in insertBulkContacts()