Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java670 Cursor c = db.query(PhoneLookupQuery.TABLE, PhoneLookupQuery.COLUMNS, in updateMatchScoresBasedOnPhoneMatches()
671 PhoneLookupQuery.SELECTION, in updateMatchScoresBasedOnPhoneMatches()
675 long rId = c.getLong(PhoneLookupQuery.RAW_CONTACT_ID); in updateMatchScoresBasedOnPhoneMatches()
679 long contactId = c.getLong(PhoneLookupQuery.CONTACT_ID); in updateMatchScoresBasedOnPhoneMatches()
680 long accountId = c.getLong(PhoneLookupQuery.ACCOUNT_ID); in updateMatchScoresBasedOnPhoneMatches()
1014 protected interface PhoneLookupQuery { interface in ContactAggregator2
DContactAggregator.java805 Cursor c = db.query(PhoneLookupQuery.TABLE, PhoneLookupQuery.COLUMNS, in updateMatchScoresBasedOnPhoneMatches()
806 PhoneLookupQuery.SELECTION, in updateMatchScoresBasedOnPhoneMatches()
810 long contactId = c.getLong(PhoneLookupQuery.CONTACT_ID); in updateMatchScoresBasedOnPhoneMatches()
DAbstractContactAggregator.java1179 protected interface PhoneLookupQuery { interface in AbstractContactAggregator
/packages/apps/Messaging/src/com/android/messaging/util/
DContactUtil.java98 public static class PhoneLookupQuery { class in ContactUtil
336 return new CursorQueryData(context, uri, PhoneLookupQuery.PROJECTION, null, null, null); in lookupPhone()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
DParticipantRefreshTest.java73 phoneLookup.addOverrideData(uri, null, null, ContactUtil.PhoneLookupQuery.PROJECTION, in addPhoneLookup()