Searched refs:PhoneLookupQuery (Results 1 – 5 of 5) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2.java | 670 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
|
D | ContactAggregator.java | 805 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()
|
D | AbstractContactAggregator.java | 1179 protected interface PhoneLookupQuery { interface in AbstractContactAggregator
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ContactUtil.java | 98 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/ |
D | ParticipantRefreshTest.java | 73 phoneLookup.addOverrideData(uri, null, null, ContactUtil.PhoneLookupQuery.PROJECTION, in addPhoneLookup()
|