Searched refs:lookupContactIdByLookupKey (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DGlobalSearchSupport.java213 contactId = mContactsProvider.lookupContactIdByLookupKey(db, lookupKey);
H A DContactsProvider2.java3454 final long contactId = lookupContactIdByLookupKey(db, lookupKey);
3887 final long contactId = lookupContactIdByLookupKey(db, lookupKey);
5203 String.valueOf(lookupContactIdByLookupKey(db, lookupKey)));
5239 long contactId = lookupContactIdByLookupKey(db, lookupKey);
5281 long contactId = lookupContactIdByLookupKey(db, lookupKey);
5289 long contactId = lookupContactIdByLookupKey(db, lookupKey);
5580 String.valueOf(lookupContactIdByLookupKey(db, lookupKey)));
6642 public long lookupContactIdByLookupKey(SQLiteDatabase db, String lookupKey) { method in class:ContactsProvider2
7682 long contactId = lookupContactIdByLookupKey(db, lookupKey);
7786 long contactId = lookupContactIdByLookupKey(d
[all...]

Completed in 57 milliseconds