Searched defs:EmailLookupQuery (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java613 Cursor c = db.query(EmailLookupQuery.TABLE, EmailLookupQuery.COLUMNS,
614 EmailLookupQuery.SELECTION,
618 long rId = c.getLong(EmailLookupQuery.RAW_CONTACT_ID);
622 long contactId = c.getLong(EmailLookupQuery.CONTACT_ID);
623 long accountId = c.getLong(EmailLookupQuery.ACCOUNT_ID);
989 protected interface EmailLookupQuery { interface in class:ContactAggregator2
H A DAbstractContactAggregator.java1153 protected interface EmailLookupQuery { interface in class:AbstractContactAggregator

Completed in 144 milliseconds