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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DGlobalSearchSupportTest.java231 values.put("_id", contact.getContactId());
237 Contacts.getLookupUri(contact.getContactId(), contact.getLookupKey())
250 values.put("_id", contact.getContactId());
295 Cursor c = refreshQuery(String.valueOf(contact.getContactId()));
H A DBaseContactsProvider2Test.java1226 public long getContactId() { method in class:BaseContactsProvider2Test.GoldenContact
/packages/apps/Contacts/src/com/android/contacts/group/
H A DSuggestedMemberListAdapter.java113 mExistingMemberContactIds.add(member.getContactId());
346 public long getContactId() { method in class:SuggestedMemberListAdapter.SuggestedMember
H A DGroupEditorFragment.java444 String.valueOf(member.getContactId()));
447 mAutoCompleteAdapter.addNewMember(member.getContactId());
731 mAutoCompleteAdapter.addNewMember(member.getContactId());
750 mAutoCompleteAdapter.removeMember(member.getContactId());
878 public long getContactId() { method in class:GroupEditorFragment.Member
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java471 long contactId = mDbHelper.getContactId(rawContactId);
895 markContactForAggregation(db, matchScore.getContactId());
904 markContactForAggregation(db, matchScore.getContactId());
1865 long contactId = mDbHelper.getContactId(rawContactId);
2006 long contactId = mDbHelper.getContactId(rawContactId);
2060 long contactId = mDbHelper.getContactId(rawContactId);
2101 long contactId = mDbHelper.getContactId(rawContactId);
2147 long contactId = mDbHelper.getContactId(rawContactId);
2194 sb.append(matchScore.getContactId());
2218 long id = iter.next().getContactId();
[all...]
H A DContactMatcher.java183 public long getContactId() { method in class:ContactMatcher.MatchScore
H A DDataRowHandlerForGroupMembership.java140 long contactId = mDbHelper.getContactId(rawContactId);
H A DLegacyApiSupport.java1157 long contactId = mDbHelper.getContactId(rawContactId);
1554 count = mContactsProvider.deleteRawContact(id, mDbHelper.getContactId(id), false);
H A DContactsDatabaseHelper.java4104 public long getContactId(long rawContactId) { method in class:ContactsDatabaseHelper
H A DContactsProvider2.java3569 return deleteRawContact(rawContactId, mDbHelper.get().getContactId(rawContactId),
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java1363 protected long getContactId() { method in class:ContactEditorFragment
1395 mAggregationSuggestionEngine.setContactId(getContactId());

Completed in 262 milliseconds