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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java670 Cursor c = db.query(PhoneLookupQuery.TABLE, PhoneLookupQuery.COLUMNS,
671 PhoneLookupQuery.SELECTION,
675 long rId = c.getLong(PhoneLookupQuery.RAW_CONTACT_ID);
679 long contactId = c.getLong(PhoneLookupQuery.CONTACT_ID);
680 long accountId = c.getLong(PhoneLookupQuery.ACCOUNT_ID);
1014 protected interface PhoneLookupQuery { interface in class:ContactAggregator2
H A DContactAggregator.java805 Cursor c = db.query(PhoneLookupQuery.TABLE, PhoneLookupQuery.COLUMNS,
806 PhoneLookupQuery.SELECTION,
810 long contactId = c.getLong(PhoneLookupQuery.CONTACT_ID);
H A DAbstractContactAggregator.java1179 protected interface PhoneLookupQuery { interface in class:AbstractContactAggregator
/packages/apps/Messaging/src/com/android/messaging/util/
H A DContactUtil.java63 // An optional lookup_id column used by PhoneLookupQuery that is needed when querying for
98 public static class PhoneLookupQuery { class in class:ContactUtil
336 return new CursorQueryData(context, uri, PhoneLookupQuery.PROJECTION, null, null, null);
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
H A DParticipantRefreshTest.java68 phoneLookup.addOverrideData(uri, null, null, ContactUtil.PhoneLookupQuery.PROJECTION,

Completed in 82 milliseconds