/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | GlobalSearchSupportTest.java | 195 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()
|
D | BaseContactsProvider2Test.java | 1326 public long getContactId() { in getContactId() method in BaseContactsProvider2Test.GoldenContact
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 491 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/ |
D | GroupEditorFragment.java | 442 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
|
D | SuggestedMemberListAdapter.java | 113 mExistingMemberContactIds.add(member.getContactId()); in updateExistingMembersList() 347 public long getContactId() { in getContactId() method in SuggestedMemberListAdapter.SuggestedMember
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContact.java | 177 public long getContactId() { in getContactId() method in RawContact
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | ContactMatcher.java | 187 public long getContactId() { in getContactId() method in ContactMatcher.MatchScore
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandlerForGroupMembership.java | 137 long contactId = mDbHelper.getContactId(rawContactId);
|
D | LegacyApiSupport.java | 1160 long contactId = mDbHelper.getContactId(rawContactId); in updateContactTime() 1557 count = mContactsProvider.deleteRawContact(id, mDbHelper.getContactId(id), false); in delete()
|
D | ContactsDatabaseHelper.java | 4473 public long getContactId(long rawContactId) { in getContactId() method in ContactsDatabaseHelper
|
D | ContactsProvider2.java | 3397 return deleteRawContact(rawContactId, mDbHelper.get().getContactId(rawContactId), in deleteInTransaction()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorFragment.java | 1382 protected long getContactId() { in getContactId() method in ContactEditorFragment 1415 mAggregationSuggestionEngine.setContactId(getContactId()); in acquireAggregationSuggestions()
|