Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DGlobalSearchSupportTest.java195 values.put("_id", contact.getContactId()); in getContactValues()
201 Contacts.getLookupUri(contact.getContactId(), contact.getLookupKey()) in getContactValues()
214 values.put("_id", contact.getContactId()); in getRefreshValues()
259 Cursor c = refreshQuery(String.valueOf(contact.getContactId())); in testContactIdQsbRefresh()
DBaseContactsProvider2Test.java1326 public long getContactId() { in getContactId() method in BaseContactsProvider2Test.GoldenContact
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java491 long contactId = mDbHelper.getContactId(rawContactId); in triggerAggregation()
1053 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
1062 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
2027 long contactId = mDbHelper.getContactId(rawContactId); in updatePhotoId()
2172 long contactId = mDbHelper.getContactId(rawContactId); in updateDisplayNameForRawContact()
2226 long contactId = mDbHelper.getContactId(rawContactId); in updateHasPhoneNumber()
2268 long contactId = mDbHelper.getContactId(rawContactId); in updateLookupKeyForRawContact()
2314 long contactId = mDbHelper.getContactId(rawContactId); in updateStarred()
2361 sb.append(matchScore.getContactId()); in queryMatchingContacts()
2385 long id = iter.next().getContactId(); in queryMatchingContacts()
[all …]
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupEditorFragment.java442 String.valueOf(member.getContactId())); in setupEditorForAccount()
445 mAutoCompleteAdapter.addNewMember(member.getContactId()); in setupEditorForAccount()
716 mAutoCompleteAdapter.addNewMember(member.getContactId()); in addMember()
735 mAutoCompleteAdapter.removeMember(member.getContactId()); in removeMember()
862 public long getContactId() { in getContactId() method in GroupEditorFragment.Member
DSuggestedMemberListAdapter.java113 mExistingMemberContactIds.add(member.getContactId()); in updateExistingMembersList()
347 public long getContactId() { in getContactId() method in SuggestedMemberListAdapter.SuggestedMember
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContact.java177 public long getContactId() { in getContactId() method in RawContact
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java187 public long getContactId() { in getContactId() method in ContactMatcher.MatchScore
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandlerForGroupMembership.java137 long contactId = mDbHelper.getContactId(rawContactId);
DLegacyApiSupport.java1160 long contactId = mDbHelper.getContactId(rawContactId); in updateContactTime()
1557 count = mContactsProvider.deleteRawContact(id, mDbHelper.getContactId(id), false); in delete()
DContactsDatabaseHelper.java4473 public long getContactId(long rawContactId) { in getContactId() method in ContactsDatabaseHelper
DContactsProvider2.java3397 return deleteRawContact(rawContactId, mDbHelper.get().getContactId(rawContactId), in deleteInTransaction()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1382 protected long getContactId() { in getContactId() method in ContactEditorFragment
1415 mAggregationSuggestionEngine.setContactId(getContactId()); in acquireAggregationSuggestions()