Searched refs:getContactId (Results 1 - 12 of 12) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DGlobalSearchSupportTest.java197 values.put("_id", contact.getContactId());
203 Contacts.getLookupUri(contact.getContactId(), contact.getLookupKey())
216 values.put("_id", contact.getContactId());
261 Cursor c = refreshQuery(String.valueOf(contact.getContactId()));
H A DBaseContactsProvider2Test.java1330 public long getContactId() { method in class:BaseContactsProvider2Test.GoldenContact
/packages/apps/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java114 mExistingMemberContactIds.add(member.getContactId());
351 public long getContactId() { method in class:SuggestedMemberListAdapter.SuggestedMember
H A DGroupEditorFragment.java444 String.valueOf(member.getContactId()));
447 mAutoCompleteAdapter.addNewMember(member.getContactId());
722 mAutoCompleteAdapter.addNewMember(member.getContactId());
741 mAutoCompleteAdapter.removeMember(member.getContactId());
870 public long getContactId() { method in class:GroupEditorFragment.Member
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java504 long contactId = mDbHelper.getContactId(rawContactId);
1068 markContactForAggregation(db, matchScore.getContactId());
1077 markContactForAggregation(db, matchScore.getContactId());
2072 long contactId = mDbHelper.getContactId(rawContactId);
2217 long contactId = mDbHelper.getContactId(rawContactId);
2271 long contactId = mDbHelper.getContactId(rawContactId);
2313 long contactId = mDbHelper.getContactId(rawContactId);
2359 long contactId = mDbHelper.getContactId(rawContactId);
2373 long contactId = mDbHelper.getContactId(rawContactId);
2419 sb.append(matchScore.getContactId());
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContact.java252 public long getContactId() { method in class:RawContact
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForGroupMembership.java137 long contactId = mDbHelper.getContactId(rawContactId);
H A DLegacyApiSupport.java1158 long contactId = mDbHelper.getContactId(rawContactId);
1555 count = mContactsProvider.deleteRawContact(id, mDbHelper.getContactId(id), false);
H A DContactsDatabaseHelper.java4934 public long getContactId(long rawContactId) { method in class:ContactsDatabaseHelper
H A DContactsProvider2.java3551 return deleteRawContact(rawContactId, mDbHelper.get().getContactId(rawContactId),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactMatcher.java187 public long getContactId() { method in class:ContactMatcher.MatchScore
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java1576 protected long getContactId() { method in class:ContactEditorFragment
1607 mAggregationSuggestionEngine.setContactId(getContactId());

Completed in 336 milliseconds