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.java1302 public long getContactId() { method in class:BaseContactsProvider2Test.GoldenContact
/packages/apps/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java113 mExistingMemberContactIds.add(member.getContactId());
347 public long getContactId() { method in class:SuggestedMemberListAdapter.SuggestedMember
H A DGroupEditorFragment.java442 String.valueOf(member.getContactId()));
445 mAutoCompleteAdapter.addNewMember(member.getContactId());
720 mAutoCompleteAdapter.addNewMember(member.getContactId());
739 mAutoCompleteAdapter.removeMember(member.getContactId());
866 public long getContactId() { method in class:GroupEditorFragment.Member
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java489 long contactId = mDbHelper.getContactId(rawContactId);
1050 markContactForAggregation(db, matchScore.getContactId());
1059 markContactForAggregation(db, matchScore.getContactId());
2030 long contactId = mDbHelper.getContactId(rawContactId);
2175 long contactId = mDbHelper.getContactId(rawContactId);
2229 long contactId = mDbHelper.getContactId(rawContactId);
2271 long contactId = mDbHelper.getContactId(rawContactId);
2317 long contactId = mDbHelper.getContactId(rawContactId);
2364 sb.append(matchScore.getContactId());
2388 long id = iter.next().getContactId();
[all...]
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContact.java267 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.java1160 long contactId = mDbHelper.getContactId(rawContactId);
1557 count = mContactsProvider.deleteRawContact(id, mDbHelper.getContactId(id), false);
H A DContactsDatabaseHelper.java4642 public long getContactId(long rawContactId) { method in class:ContactsDatabaseHelper
H A DContactsProvider2.java3487 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.java1460 protected long getContactId() { method in class:ContactEditorFragment
1491 mAggregationSuggestionEngine.setContactId(getContactId());

Completed in 163 milliseconds