OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhoneLookupQuery
(Results
1 - 5
of
5
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java
670
Cursor c = db.query(
PhoneLookupQuery
.TABLE,
PhoneLookupQuery
.COLUMNS,
671
PhoneLookupQuery
.SELECTION,
675
long rId = c.getLong(
PhoneLookupQuery
.RAW_CONTACT_ID);
[
all
...]
ContactAggregator.java
[
all
...]
AbstractContactAggregator.java
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/util/
ContactUtil.java
63
// An optional lookup_id column used by
PhoneLookupQuery
that is needed when querying for
98
public static class
PhoneLookupQuery
{
336
return new CursorQueryData(context, uri,
PhoneLookupQuery
.PROJECTION, null, null, null);
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
ParticipantRefreshTest.java
68
phoneLookup.addOverrideData(uri, null, null, ContactUtil.
PhoneLookupQuery
.PROJECTION,
Completed in 234 milliseconds