Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4870 private long searchRawContactIdForRawContactInfo(SQLiteDatabase db, in searchRawContactIdForRawContactInfo() method in ContactsProvider2
4933 final long rawContactId = searchRawContactIdForRawContactInfo(db, rawContactInfo); in updateFromMetaDataEntry()
4970 final long rawContactId1 = searchRawContactIdForRawContactInfo(db, aggregationContact1); in updateFromMetaDataEntry()
4971 final long rawContactId2 = searchRawContactIdForRawContactInfo(db, aggregationContact2); in updateFromMetaDataEntry()