Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1579 private interface PhoneLookupQuery { interface in ContactAggregator
1609 Cursor c = db.query(PhoneLookupQuery.TABLE, PhoneLookupQuery.COLUMNS, in updateMatchScoresBasedOnPhoneMatches()
1610 PhoneLookupQuery.SELECTION, in updateMatchScoresBasedOnPhoneMatches()
1614 long contactId = c.getLong(PhoneLookupQuery.CONTACT_ID); in updateMatchScoresBasedOnPhoneMatches()