OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PhoneLookupQuery
(Results
1 - 3
of
3
) sorted by null
/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/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
...]
AbstractContactAggregator.java
[
all
...]
Completed in 197 milliseconds