Home
last modified time | relevance | path

Searched refs:computeLookupKeyForContact (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DProfileAggregator.java48 protected String computeLookupKeyForContact(SQLiteDatabase db, long contactId) { in computeLookupKeyForContact() method in ProfileAggregator
DAbstractContactAggregator.java1883 String lookupKey = computeLookupKeyForContact(db, contactId); in updateLookupKeyForContact()
1896 protected String computeLookupKeyForContact(SQLiteDatabase db, long contactId) { in computeLookupKeyForContact() method in AbstractContactAggregator